|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.persistenceModel.TemplateAddInfoHelper
public final class TemplateAddInfoHelper
Helper class for template additional informations.
| Method Summary | |
|---|---|
static InfoTemplate |
getAddInfoTemplate(AdditionalInformation infos,
String key)
Gets an InfoTemplate from the additional information. |
static InfoTemplate |
getAddInfoTemplate(AdditionalInformation infos,
String key,
String typeName)
Gets an InfoTemplate from the additional information. |
static String |
getAddInfoValue(AdditionalInformation infos,
String key)
Reads a value from the additional information. |
static String |
getAddInfoValue(AdditionalInformation infos,
String key,
String typeName)
Reads a value from the additional information. |
static List<String> |
getAddInfoValues(AdditionalInformation infos,
String key)
Reads multiple values from the additional information. |
static List<String> |
getAddInfoValues(AdditionalInformation infos,
String key,
String typeName)
Reads multiple values from the additional information. |
static void |
removeAddInfo(FrameTemplate element,
String key)
Removes an additional information. |
static void |
removeAddInfo(FrameTemplate element,
String key,
String typeName)
Removes an additional information. |
static void |
removeAddInfo(TemplateElement element,
String key)
Removes an additional information. |
static void |
removeAddInfo(TemplateElement element,
String key,
String typeName)
Removes an additional information. |
static void |
setAddInfoValue(FrameTemplate element,
String key,
String typeName,
String value)
Sets an additional information value. |
static void |
setAddInfoValue(TemplateElement element,
String key,
String typeName,
Collection<String> values)
Sets multiple additional information values. |
static void |
setAddInfoValue(TemplateElement element,
String key,
String typeName,
String value)
Sets an additional information value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getAddInfoValue(AdditionalInformation infos,
String key)
infos - additional information listkey - key of the additional info
public static List<String> getAddInfoValues(AdditionalInformation infos,
String key)
infos - additional information listkey - key of the additional info
public static String getAddInfoValue(AdditionalInformation infos,
String key,
String typeName)
infos - additional information listkey - key of the additional infotypeName - additional info type name
public static List<String> getAddInfoValues(AdditionalInformation infos,
String key,
String typeName)
infos - additional information listkey - key of the additional infotypeName - additional info type name
public static InfoTemplate getAddInfoTemplate(AdditionalInformation infos,
String key)
infos - additional information listkey - key of the additional info
public static InfoTemplate getAddInfoTemplate(AdditionalInformation infos,
String key,
String typeName)
infos - additional information listkey - key of the additional infotypeName - additional info type name
public static void removeAddInfo(TemplateElement element,
String key)
element - Element containing the additional informationkey - key of the additional information
public static void removeAddInfo(TemplateElement element,
String key,
String typeName)
element - Element containing the additional informationkey - key of the additional informationtypeName - additional info type name
public static void removeAddInfo(FrameTemplate element,
String key)
element - Element containing the additional informationkey - key of the additional information
public static void removeAddInfo(FrameTemplate element,
String key,
String typeName)
element - Element containing the additional informationkey - key of the additional informationtypeName - additional info type name
public static void setAddInfoValue(TemplateElement element,
String key,
String typeName,
String value)
element - Element containing the additional informationkey - key of the additional informationtypeName - additional info type namevalue - value to set, set to null to remove the additional info
public static void setAddInfoValue(TemplateElement element,
String key,
String typeName,
Collection<String> values)
element - Element containing the additional informationkey - key of the additional informationtypeName - additional info type namevalues - values to set, set to null or empty collection to remove the additional info
public static void setAddInfoValue(FrameTemplate element,
String key,
String typeName,
String value)
element - Element containing the additional informationkey - key of the additional informationtypeName - additional info type namevalue - value to set, set to null to remove the additional info
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||