public static enum NumericFieldSettingsDescriptor.NumericEncodingType extends Enum<NumericFieldSettingsDescriptor.NumericEncodingType>
Enum Constant and Description |
---|
DOUBLE
An double encoded numeric field
|
FLOAT
An float encoded numeric field
|
INTEGER
An integer encoded numeric field
|
LONG
An long encoded numeric field
|
UNKNOWN
The encoding type of the numeric field is not known due to the use of a custom bridge
|
Modifier and Type | Method and Description |
---|---|
static NumericFieldSettingsDescriptor.NumericEncodingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumericFieldSettingsDescriptor.NumericEncodingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NumericFieldSettingsDescriptor.NumericEncodingType INTEGER
public static final NumericFieldSettingsDescriptor.NumericEncodingType LONG
public static final NumericFieldSettingsDescriptor.NumericEncodingType FLOAT
public static final NumericFieldSettingsDescriptor.NumericEncodingType DOUBLE
public static final NumericFieldSettingsDescriptor.NumericEncodingType UNKNOWN
public static NumericFieldSettingsDescriptor.NumericEncodingType[] values()
for (NumericFieldSettingsDescriptor.NumericEncodingType c : NumericFieldSettingsDescriptor.NumericEncodingType.values()) System.out.println(c);
public static NumericFieldSettingsDescriptor.NumericEncodingType 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 © 2006-2017 Red Hat, Inc. All Rights Reserved