Uses of Class
com.kuka.roboticsAPI.persistenceModel.templateModel.InfoTemplate

Packages that use InfoTemplate
com.kuka.roboticsAPI.persistenceModel Contains classes for handling the persistence. 
com.kuka.roboticsAPI.persistenceModel.templateModel Register XML Adapter for FrameTemplate. 
 

Uses of InfoTemplate in com.kuka.roboticsAPI.persistenceModel
 

Methods in com.kuka.roboticsAPI.persistenceModel that return InfoTemplate
static InfoTemplate TemplateAddInfoHelper.getAddInfoTemplate(AdditionalInformation infos, String key)
          Gets an InfoTemplate from the additional information.
static InfoTemplate TemplateAddInfoHelper.getAddInfoTemplate(AdditionalInformation infos, String key, String typeName)
          Gets an InfoTemplate from the additional information.
 

Uses of InfoTemplate in com.kuka.roboticsAPI.persistenceModel.templateModel
 

Fields in com.kuka.roboticsAPI.persistenceModel.templateModel with type parameters of type InfoTemplate
protected  List<InfoTemplate> UserInformation.info
           
protected  List<InfoTemplate> AdditionalInformation.info
           
 

Methods in com.kuka.roboticsAPI.persistenceModel.templateModel that return InfoTemplate
 InfoTemplate ObjectFactory.createInfoTemplate()
          Create an instance of InfoTemplate
 

Methods in com.kuka.roboticsAPI.persistenceModel.templateModel that return types with arguments of type InfoTemplate
 List<InfoTemplate> UserInformation.getInfo()
          Gets the value of the info property.
 List<InfoTemplate> AdditionalInformation.getInfo()
          Gets the value of the info property.
 



Copyright © 2019. All rights reserved.