Class OSDecimalFormatSymbolsGetter
- java.lang.Object
 - 
- com.nomagic.magicdraw.uml2.datatypes.OSDecimalFormatSymbolsGetter
 
 
- 
public class OSDecimalFormatSymbolsGetter extends java.lang.ObjectUsed byPrimitiveValueConverter.getDecimalFormatSymbols()to get DecimalFormatSymbols data defined in OS. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDECIMAL_SEPARATORstatic java.lang.StringDIGITstatic java.lang.StringEXPONENT_SEPARATORstatic java.lang.StringGROUPING_SEPARATORstatic java.lang.StringINFINITYstatic java.lang.StringKEY_VALUE_SEPARATORstatic java.lang.StringMINUS_SIGNstatic java.lang.StringNANstatic java.lang.StringPATTERN_SEPARATORstatic java.lang.StringPER_MILLstatic java.lang.StringPERCENTstatic java.lang.StringZERO_DIGIT 
- 
Constructor Summary
Constructors Constructor Description OSDecimalFormatSymbolsGetter() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)private static voidout(java.lang.String key, java.lang.Object value) 
 - 
 
- 
- 
Field Detail
- 
KEY_VALUE_SEPARATOR
public static final java.lang.String KEY_VALUE_SEPARATOR
- See Also:
 - Constant Field Values
 
 
- 
DECIMAL_SEPARATOR
public static final java.lang.String DECIMAL_SEPARATOR
- See Also:
 - Constant Field Values
 
 
- 
EXPONENT_SEPARATOR
public static final java.lang.String EXPONENT_SEPARATOR
- See Also:
 - Constant Field Values
 
 
- 
GROUPING_SEPARATOR
public static final java.lang.String GROUPING_SEPARATOR
- See Also:
 - Constant Field Values
 
 
- 
DIGIT
public static final java.lang.String DIGIT
- See Also:
 - Constant Field Values
 
 
- 
INFINITY
public static final java.lang.String INFINITY
- See Also:
 - Constant Field Values
 
 
- 
MINUS_SIGN
public static final java.lang.String MINUS_SIGN
- See Also:
 - Constant Field Values
 
 
- 
NAN
public static final java.lang.String NAN
- See Also:
 - Constant Field Values
 
 
- 
PATTERN_SEPARATOR
public static final java.lang.String PATTERN_SEPARATOR
- See Also:
 - Constant Field Values
 
 
- 
PERCENT
public static final java.lang.String PERCENT
- See Also:
 - Constant Field Values
 
 
- 
PER_MILL
public static final java.lang.String PER_MILL
- See Also:
 - Constant Field Values
 
 
- 
ZERO_DIGIT
public static final java.lang.String ZERO_DIGIT
- See Also:
 - Constant Field Values
 
 
 - 
 
 -