public static enum DisplayDecimalPropertyModel.DecimalDisplFormat extends Enum<DisplayDecimalPropertyModel.DecimalDisplFormat>
| Enum Constant and Description |
|---|
LARGE
Large format, use the max number of decimal configured in the application
|
SMALL
Small format, use the NB_DECIMAL_SMALL_FORMAT defined in the class
|
| Modifier and Type | Method and Description |
|---|---|
static DisplayDecimalPropertyModel.DecimalDisplFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisplayDecimalPropertyModel.DecimalDisplFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DisplayDecimalPropertyModel.DecimalDisplFormat SMALL
public static final DisplayDecimalPropertyModel.DecimalDisplFormat LARGE
public static DisplayDecimalPropertyModel.DecimalDisplFormat[] values()
for (DisplayDecimalPropertyModel.DecimalDisplFormat c : DisplayDecimalPropertyModel.DecimalDisplFormat.values()) System.out.println(c);
public static DisplayDecimalPropertyModel.DecimalDisplFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2009-2013 IRD. All Rights Reserved.