|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.NumberPatternInstanceEnum
public final class NumberPatternInstanceEnum
An enumeration of the valid number pattern instances.
A number pattern instance defines the style of localised pattern that should be used to format a number.
NumberFormat
,
Serialized FormField Summary | |
---|---|
static NumberPatternInstanceEnum |
CURRENCY
Specifies a currency pattern should be used when localised. |
static NumberPatternInstanceEnum |
INTEGER
Specifies an integer pattern should be used when localised. |
static NumberPatternInstanceEnum |
NUMBER
Specifies a number pattern should be used when localised. |
static NumberPatternInstanceEnum |
PERCENT
Specifies a percent pattern should be used when localised. |
Method Summary | |
---|---|
static NumberPatternInstanceEnum[] |
getEnumArray()
Returns an array containing the members of this enumeration. |
static NumberPatternInstanceEnum |
getEnumValue(String name)
Returns the enumeration value called name . |
String |
getName()
Returns the name. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final NumberPatternInstanceEnum INTEGER
public static final NumberPatternInstanceEnum NUMBER
public static final NumberPatternInstanceEnum CURRENCY
public static final NumberPatternInstanceEnum PERCENT
Method Detail |
---|
public String getName()
public String toString()
toString
in class Object
public static NumberPatternInstanceEnum[] getEnumArray()
public static NumberPatternInstanceEnum getEnumValue(String name)
name
.
name
- The name of the enumeration value to return.
null
if none was found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |