Class ARG_MMTextCreate

java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_MMTextCreate
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_MMTextCreate extends Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • ohProfile

      public MMProfile ohProfile
      The profile as container
    • ohMM2Classification

      public MM2Classification ohMM2Classification
      Meta class or stereotype
    • name

      public String name
      Name of the text element
    • preset

      public String preset
      Preset value of the text element
    • useInDocumentation

      public boolean useInDocumentation
      isTrue, if the text element is normally displayed within the documentation
    • isFlowDocument

      public boolean isFlowDocument
      isTrue, 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:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble