public enum swUnitsDecimalRounding_e extends java.lang.Enum<swUnitsDecimalRounding_e>
Enum Constant and Description |
---|
swUnitsDecimalRounding_HalfAway |
swUnitsDecimalRounding_HalfToEven |
swUnitsDecimalRounding_HalfTowards |
swUnitsDecimalRounding_Truncate |
Modifier and Type | Method and Description |
---|---|
static swUnitsDecimalRounding_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swUnitsDecimalRounding_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swUnitsDecimalRounding_e swUnitsDecimalRounding_HalfAway
public static final swUnitsDecimalRounding_e swUnitsDecimalRounding_HalfTowards
public static final swUnitsDecimalRounding_e swUnitsDecimalRounding_HalfToEven
public static final swUnitsDecimalRounding_e swUnitsDecimalRounding_Truncate
public static swUnitsDecimalRounding_e[] values()
for (swUnitsDecimalRounding_e c : swUnitsDecimalRounding_e.values()) System.out.println(c);
public static swUnitsDecimalRounding_e valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null