Class MagicDrawProfile.ParameterDefinitionStereotype

    • Constructor Detail

      • ParameterDefinitionStereotype

        protected ParameterDefinitionStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getAbbreviationProperty

        @CheckForNull
        public Property getAbbreviationProperty()
      • getSetAsContextProperty

        @CheckForNull
        public Property getSetAsContextProperty()
      • 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)
      • setSetAsContext

        public void setSetAsContext​(Element element,
                                    @CheckForNull
                                    java.lang.Boolean value)
      • clearSetAsContext

        public void clearSetAsContext​(Element element)
      • isSetAsContext

        @CheckForNull
        public java.lang.Boolean isSetAsContext​(Element element)
      • is

        public boolean is​(@CheckForNull
                          Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)