Class ARG_ModifyNameDlgInit

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

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

    • isProtected

      public boolean isProtected
    • kindCmd

      public K_CMD kindCmd
    • seqOwnLocked

      public List<ADLockAble> seqOwnLocked
    • nameElement

      public String nameElement
      name of the element
    • bitmapElement

      public String bitmapElement
      bitmap of the element
    • mm2Class

      public String mm2Class
      type of the element
    • stereotype

      public String stereotype
      optional: stereotype of the element
    • namespaceName

      public String namespaceName
      name of the namespace
    • bitmapNamespace

      public String bitmapNamespace
      bitmap of the namespace
    • createInfo

      public String createInfo
      optional: creation information
    • modifyInfo

      public String modifyInfo
      optional: modification information
    • origName

      public String origName
      optional (docu): original name
    • description

      public String description
      optional (docu): description
    • hasTemplateName

      public boolean hasTemplateName
      name used as template may be modified by the dialog
    • isNameAble

      public boolean isNameAble
      element may be named
  • Constructor Details

    • ARG_ModifyNameDlgInit

      public ARG_ModifyNameDlgInit()
    • ARG_ModifyNameDlgInit

      public ARG_ModifyNameDlgInit(boolean isProtected, K_CMD kindCmd, List<ADLockAble> seqOwnLocked, String nameElement, String bitmapElement, String mm2Class, String stereotype, String namespaceName, String bitmapNamespace, String createInfo, String modifyInfo, String origName, String description, boolean hasTemplateName, boolean isNameAble)
  • 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