public enum FloatConvertCategory extends Enum<FloatConvertCategory>
| Enum Constant and Description |
|---|
FloatingPointToFloatingPoint |
FloatingPointToInteger |
IntegerToFloatingPoint |
| Modifier and Type | Method and Description |
|---|---|
static FloatConvertCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FloatConvertCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FloatConvertCategory FloatingPointToInteger
public static final FloatConvertCategory IntegerToFloatingPoint
public static final FloatConvertCategory FloatingPointToFloatingPoint
public static FloatConvertCategory[] values()
public static FloatConvertCategory 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 null