Package com.nomagic.magicdraw.autoid
Class NumberingInfoHelper
- java.lang.Object
-
- com.nomagic.magicdraw.autoid.NumberingInfoHelper
-
@OpenApiAll public class NumberingInfoHelper extends java.lang.Object
NumberingInfoHelper provides the method in order to resolve about separator of auto id function.- Since:
- August 6, 2012
-
-
Constructor Summary
Constructors Constructor Description NumberingInfoHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
extractSeparator(NumberingInfo nInfo)
Get the separator used, in the generated Numbers
-
-
-
Method Detail
-
extractSeparator
public static java.lang.String extractSeparator(NumberingInfo nInfo)
Get the separator used, in the generated Numbers- Parameters:
nInfo
- contains data that applies to the currently selected NumberingScheme- Returns:
- the separator
-
-