Class ARG_MMTextValueList
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_MMTextValueList
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_MMTextValueList extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description booleancheckCnstrisTrue, if the value constraints should be checkedjava.util.List<java.lang.Boolean>seqDefaultsequence of flags if the default is usedjava.util.List<MMText>seqTextsequence of textsjava.util.List<java.lang.String>seqValuesequence of values
-
Constructor Summary
Constructors Constructor Description ARG_MMTextValueList()ARG_MMTextValueList(java.util.List<MMText> seqText, java.util.List<java.lang.String> seqValue, java.util.List<java.lang.Boolean> seqDefault, boolean checkCnstr)
-
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
-
seqText
public java.util.List<MMText> seqText
sequence of texts
-
seqValue
public java.util.List<java.lang.String> seqValue
sequence of values
-
seqDefault
public java.util.List<java.lang.Boolean> seqDefault
sequence of flags if the default is used
-
checkCnstr
public boolean checkCnstr
isTrue, if the value constraints should be checked
-
-
Constructor Detail
-
ARG_MMTextValueList
public ARG_MMTextValueList()
-
ARG_MMTextValueList
public ARG_MMTextValueList(java.util.List<MMText> seqText, java.util.List<java.lang.String> seqValue, java.util.List<java.lang.Boolean> seqDefault, boolean checkCnstr)
-
-
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
-
-