Class ARG_NameValueDefault
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_NameValueDefault
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_NameValueDefault extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description boolean
boolValue
value of the entry, if type is bool, isFalse otherwiseboolean
isDefault
isTrue if the value is the defaultK_TYPE
kType
type of the entryjava.lang.String
strName
name of the entryjava.lang.String
strValue
value of the entry
-
Constructor Summary
Constructors Constructor Description ARG_NameValueDefault()
ARG_NameValueDefault(java.lang.String strName, java.lang.String strValue, boolean isDefault, K_TYPE kType, boolean boolValue)
-
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
-
strName
public java.lang.String strName
name of the entry
-
strValue
public java.lang.String strValue
value of the entry
-
isDefault
public boolean isDefault
isTrue if the value is the default
-
kType
public K_TYPE kType
type of the entry
-
boolValue
public boolean boolValue
value of the entry, if type is bool, isFalse otherwise
-
-
Constructor Detail
-
ARG_NameValueDefault
public ARG_NameValueDefault()
-
ARG_NameValueDefault
public ARG_NameValueDefault(java.lang.String strName, java.lang.String strValue, boolean isDefault, K_TYPE kType, boolean boolValue)
-
-
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
-
-