Class ARG_UpdateTranslationProperty
java.lang.Object
de.mid.innovator.srv2api.icw2elem.ARG_UpdateTranslationProperty
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_UpdateTranslationProperty
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleantrue, if the translated value marked as outdatedelement with translated propertymeta attribute specifies the translated propertytranslation of this property value -
Constructor Summary
ConstructorsConstructorDescriptionARG_UpdateTranslationProperty(ELElement ohElem, ELM2Attribute ohM2Attr, String strTranslation, boolean isOutdated) -
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 translated property -
ohM2Attr
meta attribute specifies the translated property -
strTranslation
translation of this property value -
isOutdated
public boolean isOutdatedtrue, if the translated value marked as outdated
-
-
Constructor Details
-
ARG_UpdateTranslationProperty
public ARG_UpdateTranslationProperty() -
ARG_UpdateTranslationProperty
public ARG_UpdateTranslationProperty(ELElement ohElem, ELM2Attribute ohM2Attr, String strTranslation, boolean isOutdated)
-
-
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
-