Class ARG_MMAssignClassification
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_MMAssignClassification
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_MMAssignClassification extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description MM2Attribute
ohAttr
attribute, which is restrictedMMProfile
ohProfile
profile of the configurationjava.util.List<MM2Classification>
seqOh
list of meta classifications, which are assigned
-
Constructor Summary
Constructors Constructor Description ARG_MMAssignClassification()
ARG_MMAssignClassification(MMProfile ohProfile, MM2Attribute ohAttr, java.util.List<MM2Classification> seqOh)
-
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
-
ohProfile
public MMProfile ohProfile
profile of the configuration
-
ohAttr
public MM2Attribute ohAttr
attribute, which is restricted
-
seqOh
public java.util.List<MM2Classification> seqOh
list of meta classifications, which are assigned
-
-
Constructor Detail
-
ARG_MMAssignClassification
public ARG_MMAssignClassification()
-
ARG_MMAssignClassification
public ARG_MMAssignClassification(MMProfile ohProfile, MM2Attribute ohAttr, java.util.List<MM2Classification> seqOh)
-
-
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
-
-