Class ARG_RangeValueList
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2class.ARG_RangeValueList
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_RangeValueList extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isDefaultAble
true, if a default value is possibleboolean
isSortAble
true, if the value list may be sortedELValSpec
ohDefault
the default value or emptyjava.util.List<ELValSpec>
seqValSpec
sorted list of valuesjava.util.List<java.lang.String>
seqValue
list of string values
-
Constructor Summary
Constructors Constructor Description ARG_RangeValueList()
ARG_RangeValueList(java.util.List<ELValSpec> seqValSpec, java.util.List<java.lang.String> seqValue, ELValSpec ohDefault, boolean isDefaultAble, boolean isSortAble)
-
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
-
seqValSpec
public java.util.List<ELValSpec> seqValSpec
sorted list of values
-
seqValue
public java.util.List<java.lang.String> seqValue
list of string values
-
ohDefault
public ELValSpec ohDefault
the default value or empty
-
isDefaultAble
public boolean isDefaultAble
true, if a default value is possible
-
isSortAble
public boolean isSortAble
true, if the value list may be sorted
-
-
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
-
-