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_CW2
kCW2
info what to get the valueK_VATTR
kVAttr
identifier, if the typed element is a meta attributeMM2TypedElement
ohElem
the typed elementjava.lang.String
strDisplay
localized display name of the typed elementjava.lang.String
strName
logical 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 void
marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
unmarshal(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:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-