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 boolean
checkCnstr
isTrue, if the value constraints should be checkedjava.util.List<java.lang.Boolean>
seqDefault
sequence of flags if the default is usedjava.util.List<MMText>
seqText
sequence of textsjava.util.List<java.lang.String>
seqValue
sequence 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 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
-
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:
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
-
-