Class MDCustomizationForSysMLProfile.WhiteBoxICDTableStereotype

  • Enclosing class:
    MDCustomizationForSysMLProfile

    public static class MDCustomizationForSysMLProfile.WhiteBoxICDTableStereotype
    extends com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void clear()  
      void clearQuery​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element getQuery​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getQueryProperty()  
      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 setQuery​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)  
      • Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper

        apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
      • Methods inherited from class java.lang.Object

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

      • getStereotype

        public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getStereotype()
        Specified by:
        getStereotype in class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
      • getQueryProperty

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getQueryProperty()
      • setQuery

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

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

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element getQuery​(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)