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 Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleantrue, if a default value is possiblebooleantrue, if the value list may be sortedthe default value or emptysorted list of valueslist of string values -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(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 Details
-
seqValSpec
sorted list of values -
seqValue
list of string values -
ohDefault
the default value or empty -
isDefaultAble
public boolean isDefaultAbletrue, if a default value is possible -
isSortAble
public boolean isSortAbletrue, if the value list may be sorted
-
-
Constructor Details
-
ARG_RangeValueList
public ARG_RangeValueList() -
ARG_RangeValueList
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- 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
-