Class MagicDrawProfile.NumberPartStereotype

    • Constructor Detail

      • NumberPartStereotype

        protected NumberPartStereotype​(MagicDrawProfile profile)
    • Method Detail

      • getExpressionProperty

        @CheckForNull
        public Property getExpressionProperty()
      • getInitialValueProperty

        @CheckForNull
        public Property getInitialValueProperty()
      • getSequenceProperty

        @CheckForNull
        public Property getSequenceProperty()
      • setExpression

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

        public void clearExpression​(Element element)
      • getExpression

        @CheckForNull
        public java.lang.String getExpression​(Element element)
      • setInitialValue

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

        public void clearInitialValue​(Element element)
      • getInitialValue

        @CheckForNull
        public java.lang.String getInitialValue​(Element element)
      • clearSequence

        public void clearSequence​(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)