Class SysMLProfile.ParticipantPropertyStereotype

  • Enclosing class:
    SysMLProfile

    public static class SysMLProfile.ParticipantPropertyStereotype
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private SysMLProfile _p  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property end  
      static java.lang.String END
      A member end of the association block owning the property on which the stereotype is applied.
      static java.lang.String STEREOTYPE_NAME  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void clear()  
      void clearEnd​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element getEnd​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getEndProperty()  
      com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getStereotype()  
      boolean is​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      static boolean isInstance​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      void setEnd​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)  
      • Methods inherited from class java.lang.Object

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

      • END

        public static final java.lang.String END
        A member end of the association block owning the property on which the stereotype is applied.
        See Also:
        Constant Field Values
      • end

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property end
    • Constructor Detail

      • ParticipantPropertyStereotype

        protected ParticipantPropertyStereotype​(SysMLProfile profile)
    • Method Detail

      • getStereotype

        public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getStereotype()
      • getEndProperty

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getEndProperty()
      • setEnd

        public void setEnd​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
                           @CheckForNull
                           com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)
      • clearEnd

        public void clearEnd​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • getEnd

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element getEnd​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • clear

        protected void clear()
      • is

        public boolean is​(@CheckForNull
                          com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)