Class MagicDrawProfile.MetricDefinitionStereotype

    • Constructor Detail

      • MetricDefinitionStereotype

        protected MetricDefinitionStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getAbbreviationProperty

        @CheckForNull
        public Property getAbbreviationProperty()
      • setAbbreviation

        public void setAbbreviation​(Element element,
                                    @CheckForNull
                                    java.lang.String value)
      • clearAbbreviation

        public void clearAbbreviation​(Element element)
      • getAbbreviation

        @CheckForNull
        public java.lang.String getAbbreviation​(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)