Class ARG_MMTextCreate
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_MMTextCreate
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanisTrue, if the text element is FlowDocumentName of the text elementMeta class or stereotypeThe profile as containerPreset value of the text elementbooleanisTrue, if the text element is normally displayed within the documentation -
Constructor Summary
ConstructorsConstructorDescriptionARG_MMTextCreate(MMProfile ohProfile, MM2Classification ohMM2Classification, String name, String preset, boolean useInDocumentation, boolean isFlowDocument) -
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 as container -
ohMM2Classification
Meta class or stereotype -
name
Name of the text element -
preset
Preset value of the text element -
useInDocumentation
public boolean useInDocumentationisTrue, if the text element is normally displayed within the documentation -
isFlowDocument
public boolean isFlowDocumentisTrue, if the text element is FlowDocument
-
-
Constructor Details
-
ARG_MMTextCreate
public ARG_MMTextCreate() -
ARG_MMTextCreate
public ARG_MMTextCreate(MMProfile ohProfile, MM2Classification ohMM2Classification, String name, String preset, boolean useInDocumentation, boolean isFlowDocument)
-
-
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
-