Class MagicDrawProfile.ConceptualViewStereotype

    • Constructor Detail

      • ConceptualViewStereotype

        protected ConceptualViewStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getConceptualViewIDProperty

        @CheckForNull
        public Property getConceptualViewIDProperty()
      • setConceptualViewID

        public void setConceptualViewID​(Element element,
                                        @CheckForNull
                                        java.lang.Integer value)
      • clearConceptualViewID

        public void clearConceptualViewID​(Element element)
      • getConceptualViewID

        @CheckForNull
        public java.lang.Integer getConceptualViewID​(Element element)
      • clear

        protected void clear()
      • is

        public boolean is​(@CheckForNull
                          Element element)
        Description copied from class: ProfileImplementation.StereotypeWrapper
        Checks if stereotype of this wrapper is applied to given element.
        Parameters:
        element - element
        Returns:
        true if stereotype of this wrapper is applied to given element
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)