Class ARG_XPresElementRep

  • All Implemented Interfaces:
    de.mid.innovator.srv2api.impl.MarshallAble
    Direct Known Subclasses:
    ARG_XPresContentRep, ARG_XPresContextRep

    public class ARG_XPresElementRep
    extends java.lang.Object
    implements de.mid.innovator.srv2api.impl.MarshallAble
    • Constructor Summary

      Constructors 
      Constructor Description
      ARG_XPresElementRep()  
      ARG_XPresElementRep​(PRPresElement ohPres, java.util.List<MEModelElement> seqModel, java.lang.Class<? extends ELObject> kVOclPres, java.lang.Class<? extends ELObject> kVOclModel, java.lang.String strUUIDPres, java.util.List<java.lang.String> seqUUIDModel, java.lang.String strHashCode, MMStereotype ohStereo, java.lang.String strStereo, int idStereoModel, int idModel, int idPicture, K_CONTASGN kContAsgnPres, ARG_XImageRep valDefaultImageRep, ARG_XImageRep valImageRep, java.util.List<ARG_XImageRep> seqImageRep, java.util.List<ARG_XColorKindRep> seqColorRep, java.util.List<ARG_XTextRep> seqText, java.util.List<ARG_XPresElementRep> seqContent, boolean hasStatus, boolean hasAccess, K_LOCKSTATUS kLockStatus, boolean isTextAble, int cntConfigured, int cntModified, boolean isDeleteAble, boolean isSubtractAble, boolean isTransformAble, boolean isNoteAble, boolean isConstraintAble, boolean isAttachmentAble, boolean hasAttachment, boolean isDefaultReferenceAble, boolean isAdminPkg, boolean isArtifactOpenAble, boolean isSelectAble, boolean hasAnnotation, boolean isDuplicateAble, boolean isUnresolved, int iOpacity, java.util.List<ADClientAble> seqSyncElem)  
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • seqModel

        public java.util.List<MEModelElement> seqModel
        list of the represented model elements
      • kVOclPres

        public java.lang.Class<? extends ELObject> kVOclPres
        meta class of the presentation element
      • kVOclModel

        public java.lang.Class<? extends ELObject> kVOclModel
        meta class of the model element
      • strUUIDPres

        public java.lang.String strUUIDPres
        uuid of the presentation element - NoHash
      • seqUUIDModel

        public java.util.List<java.lang.String> seqUUIDModel
        uuids of the model elements - NoHash
      • strHashCode

        public java.lang.String strHashCode
        hash code of this presentation element
      • ohStereo

        public MMStereotype ohStereo
        stereotype of this model element
      • strStereo

        public java.lang.String strStereo
        name of stereotype of this model element
      • idStereoModel

        public int idStereoModel
        id of stereotype of this model element - NoHash
      • idModel

        public int idModel
        id of the model of this model element - NoHash
      • idPicture

        public int idPicture
        id of the picture of this model element - NoHash
      • kContAsgnPres

        public K_CONTASGN kContAsgnPres
        assign kind of the presentation element
      • valDefaultImageRep

        public ARG_XImageRep valDefaultImageRep
        the default image of this element - SharedArg
      • valImageRep

        public ARG_XImageRep valImageRep
        the image of this element - SharedArg
      • seqImageRep

        public java.util.List<ARG_XImageRep> seqImageRep
        list of images of the text - SharedArg
      • seqColorRep

        public java.util.List<ARG_XColorKindRep> seqColorRep
        list of colors of this element
      • seqText

        public java.util.List<ARG_XTextRep> seqText
        list of text parts
      • hasStatus

        public boolean hasStatus
        isTrue, if this model element has status - NoHash
      • hasAccess

        public boolean hasAccess
        isTrue, if model user has access for this model element - NoHash
      • kLockStatus

        public K_LOCKSTATUS kLockStatus
        kind of lock status of this model element - NoHash
      • isTextAble

        public boolean isTextAble
        isTrue, if this model element may have text - NoHash
      • cntConfigured

        public int cntConfigured
        number of configured flow document text - NoHash
      • cntModified

        public int cntModified
        number of modified flow document texts - NoHash
      • isDeleteAble

        public boolean isDeleteAble
        isTrue, if this model element may be deleted - NoHash
      • isSubtractAble

        public boolean isSubtractAble
        isTrue, if this model element may be subtracted - NoHash
      • isTransformAble

        public boolean isTransformAble
        isTrue, if this model element may be transformed - NoHash
      • isNoteAble

        public boolean isNoteAble
        isTrue, if this model element may be connected to a note - NoHash
      • isConstraintAble

        public boolean isConstraintAble
        isTrue, if this model element may be connected to a constraint - NoHash
      • isAttachmentAble

        public boolean isAttachmentAble
        isTrue, if this model element may be connected to an attachment - NoHash
      • hasAttachment

        public boolean hasAttachment
        isTrue, if this model element has an attachment - NoHash
      • isDefaultReferenceAble

        public boolean isDefaultReferenceAble
        isTrue, if the default jump reference is possible - NoHash
      • isAdminPkg

        public boolean isAdminPkg
        isTrue, if this model element is a protected package - NoHash
      • isArtifactOpenAble

        public boolean isArtifactOpenAble
        isTrue, if an artifact may be opened by this model element - NoHash
      • isSelectAble

        public boolean isSelectAble
        isTrue, if this model element may be selected - NoHash
      • hasAnnotation

        public boolean hasAnnotation
        isTrue, if this presentation element has annotations - NoHash
      • isDuplicateAble

        public boolean isDuplicateAble
        isTrue, if this element may be duplicated - NoHash
      • isUnresolved

        public boolean isUnresolved
        isTrue, if this element is unresolved - NoHash
      • iOpacity

        public int iOpacity
        opacity of this element
      • seqSyncElem

        public java.util.List<ADClientAble> seqSyncElem
        synced elements of this model element or empty - NoHash
    • Constructor Detail

      • ARG_XPresElementRep

        public ARG_XPresElementRep()
      • ARG_XPresElementRep

        public ARG_XPresElementRep​(PRPresElement ohPres,
                                   java.util.List<MEModelElement> seqModel,
                                   java.lang.Class<? extends ELObject> kVOclPres,
                                   java.lang.Class<? extends ELObject> kVOclModel,
                                   java.lang.String strUUIDPres,
                                   java.util.List<java.lang.String> seqUUIDModel,
                                   java.lang.String strHashCode,
                                   MMStereotype ohStereo,
                                   java.lang.String strStereo,
                                   int idStereoModel,
                                   int idModel,
                                   int idPicture,
                                   K_CONTASGN kContAsgnPres,
                                   ARG_XImageRep valDefaultImageRep,
                                   ARG_XImageRep valImageRep,
                                   java.util.List<ARG_XImageRep> seqImageRep,
                                   java.util.List<ARG_XColorKindRep> seqColorRep,
                                   java.util.List<ARG_XTextRep> seqText,
                                   java.util.List<ARG_XPresElementRep> seqContent,
                                   boolean hasStatus,
                                   boolean hasAccess,
                                   K_LOCKSTATUS kLockStatus,
                                   boolean isTextAble,
                                   int cntConfigured,
                                   int cntModified,
                                   boolean isDeleteAble,
                                   boolean isSubtractAble,
                                   boolean isTransformAble,
                                   boolean isNoteAble,
                                   boolean isConstraintAble,
                                   boolean isAttachmentAble,
                                   boolean hasAttachment,
                                   boolean isDefaultReferenceAble,
                                   boolean isAdminPkg,
                                   boolean isArtifactOpenAble,
                                   boolean isSelectAble,
                                   boolean hasAnnotation,
                                   boolean isDuplicateAble,
                                   boolean isUnresolved,
                                   int iOpacity,
                                   java.util.List<ADClientAble> seqSyncElem)
    • Method Detail

      • 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