Class NumberingInfo


  • @OpenApiAll
    public final class NumberingInfo
    extends java.lang.Object
    This is a immutable representation of the NumberingScheme/prefix/separator data It reflects the default or global AutoNumber that is applied to the elements that are of type target. Jun 27, 2011
    • Constructor Detail

      • NumberingInfo

        public NumberingInfo​(com.nomagic.magicdraw.autoid.NumberingData nData)
    • Method Detail

      • getName

        public java.lang.String getName()
      • isDefaultNumber

        public boolean isDefaultNumber()
      • getScheme

        public com.nomagic.magicdraw.dsl.NumberingScheme getScheme()
      • getProperty

        public Property getProperty()
      • isDisplayedProperty

        @Deprecated
        public boolean isDisplayedProperty()
        Deprecated.
        this property is not used anymore, returns false always
      • getPrefix

        public java.lang.String getPrefix()
      • getSeparator

        public java.lang.String getSeparator()