Class ARG_InfoProp
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_InfoProp
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_InfoProp extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description K_CW2kCW2info what to get the valueK_VATTRkVAttridentifier, if the typed element is a meta attributeMM2TypedElementohElemthe typed elementjava.lang.StringstrDisplaylocalized display name of the typed elementjava.lang.StringstrNamelogical name of the typed element
-
Constructor Summary
Constructors Constructor Description ARG_InfoProp()ARG_InfoProp(MM2TypedElement ohElem, K_CW2 kCW2, K_VATTR kVAttr, java.lang.String strName, java.lang.String strDisplay)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(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 Detail
-
ohElem
public MM2TypedElement ohElem
the typed element
-
kCW2
public K_CW2 kCW2
info what to get the value
-
kVAttr
public K_VATTR kVAttr
identifier, if the typed element is a meta attribute
-
strName
public java.lang.String strName
logical name of the typed element
-
strDisplay
public java.lang.String strDisplay
localized display name of the typed element
-
-
Constructor Detail
-
ARG_InfoProp
public ARG_InfoProp()
-
ARG_InfoProp
public ARG_InfoProp(MM2TypedElement ohElem, K_CW2 kCW2, K_VATTR kVAttr, java.lang.String strName, java.lang.String strDisplay)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- 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
-
-