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 booleanisDefaultAbletrue, if a default value is possiblebooleanisSortAbletrue, if the value list may be sortedELValSpecohDefaultthe default value or emptyjava.util.List<ELValSpec>seqValSpecsorted list of valuesjava.util.List<java.lang.String>seqValuelist 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 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
-
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:
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
-
-