Class ARG_InfoProp
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_InfoProp
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptioninfo what to get the value - NotEmptyidentifier, if the typed element is a meta attributethe typed elementlocalized display name of the typed elementlogical name of the typed element -
Constructor Summary
ConstructorsConstructorDescriptionARG_InfoProp(MM2TypedElement ohElem, K_CW2 kCW2, K_VATTR kVAttr, String strName, String strDisplay) -
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
the typed element -
kCW2
info what to get the value - NotEmpty -
kVAttr
identifier, if the typed element is a meta attribute -
strName
logical name of the typed element -
strDisplay
localized display name of the typed element
-
-
Constructor Details
-
ARG_InfoProp
public ARG_InfoProp() -
ARG_InfoProp
public ARG_InfoProp(MM2TypedElement ohElem, K_CW2 kCW2, K_VATTR kVAttr, String strName, String strDisplay)
-
-
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
-