Class ARG_TranslatableElement
java.lang.Object
de.mid.innovator.srv2api.icw2elem.ARG_TranslatableElement
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_TranslatableElement
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionelement with translatable propertieslist of translatable propertiesdisplay bitmap of this elementdisplay name of this elementnamespace of this elementuuid of this element -
Constructor Summary
ConstructorsConstructorDescriptionARG_TranslatableElement(ELElement ohElem, String strName, String strBmp, String strUUID, String strNsp, List<ARG_TranslatableProperty> seqProp) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
ohElem
element with translatable properties -
strName
display name of this element -
strBmp
display bitmap of this element -
strUUID
uuid of this element -
strNsp
namespace of this element -
seqProp
list of translatable properties
-
-
Constructor Details
-
ARG_TranslatableElement
public ARG_TranslatableElement() -
ARG_TranslatableElement
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-