Package com.nomagic.magicdraw.autoid
Class NumberingInfo
- java.lang.Object
-
- com.nomagic.magicdraw.autoid.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 Summary
Constructors Constructor Description NumberingInfo(com.nomagic.magicdraw.autoid.NumberingData nData)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getPrefix()
Property
getProperty()
com.nomagic.magicdraw.dsl.NumberingScheme
getScheme()
java.lang.String
getSeparator()
Stereotype
getTarget()
boolean
isDefaultNumber()
boolean
isDisplayedProperty()
Deprecated.this property is not used anymore, returns false always
-
-
-
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
-
getTarget
public Stereotype getTarget()
-
getPrefix
public java.lang.String getPrefix()
-
getSeparator
public java.lang.String getSeparator()
-
-