Class MDCustomizationForSysMLProfile.UnitStereotype

    • Field Detail

      • QUANTITYKIND

        public static final java.lang.String QUANTITYKIND
        A kind of quantity that may be stated by means of defined units, as identified by an instance of the Dimension stereotype. A value type may optionally specify a dimension without any unit. Such a value has no concrete representation, but may be used to express a value in an abstract form independent of any specific units.
        See Also:
        Constant Field Values
    • Method Detail

      • getDefinitionURIProperty

        @CheckForNull
        public Property getDefinitionURIProperty()
      • getDescriptionProperty

        @CheckForNull
        public Property getDescriptionProperty()
      • getQuantityKindProperty

        @CheckForNull
        public Property getQuantityKindProperty()
      • getSymbolProperty

        @CheckForNull
        public Property getSymbolProperty()
      • setDefinitionURI

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

        public void clearDefinitionURI​(Element element)
      • getDefinitionURI

        @CheckForNull
        public java.lang.String getDefinitionURI​(Element element)
      • setDescription

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

        public void clearDescription​(Element element)
      • getDescription

        @CheckForNull
        public java.lang.String getDescription​(Element element)
      • setQuantityKind

        public void setQuantityKind​(Element element,
                                    @CheckForNull
                                    Element value)
      • clearQuantityKind

        public void clearQuantityKind​(Element element)
      • getQuantityKind

        @CheckForNull
        public Element getQuantityKind​(Element element)
      • setSymbol

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

        public void clearSymbol​(Element element)
      • getSymbol

        @CheckForNull
        public java.lang.String getSymbol​(Element element)
      • clear

        protected void clear()
      • is

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

        public static boolean isInstance​(@CheckForNull
                                         Element element)