Class NumberingInfo

java.lang.Object
com.nomagic.magicdraw.autoid.NumberingInfo

@OpenApiAll public final class NumberingInfo extends 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 Details

    • NumberingInfo

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

    • getName

      public 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
    • getTarget

      public Stereotype getTarget()
    • getPrefix

      public String getPrefix()
    • getSeparator

      public String getSeparator()