Class ARG_MMFormatRuleCreate
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_MMFormatRuleCreate
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_MMFormatRuleCreate
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe format able element which contains the rule to be createdthe meta class or attribute for which the rule is createdthe profile which contains the rule to be created -
Constructor Summary
ConstructorsConstructorDescriptionARG_MMFormatRuleCreate(MMProfile ohProfile, MMFormatAble ohFormatAble, MMMetamodelElement ohMeta) -
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
-
ohProfile
the profile which contains the rule to be created -
ohFormatAble
the format able element which contains the rule to be created -
ohMeta
the meta class or attribute for which the rule is created
-
-
Constructor Details
-
ARG_MMFormatRuleCreate
public ARG_MMFormatRuleCreate() -
ARG_MMFormatRuleCreate
public ARG_MMFormatRuleCreate(MMProfile ohProfile, MMFormatAble ohFormatAble, MMMetamodelElement ohMeta)
-
-
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
-