PointValues
instead@Deprecated public static enum FieldType.LegacyNumericType extends Enum<FieldType.LegacyNumericType>
Enum Constant and Description |
---|
DOUBLE
Deprecated.
64-bit double numeric type
|
FLOAT
Deprecated.
32-bit float numeric type
|
INT
Deprecated.
32-bit integer numeric type
|
LONG
Deprecated.
64-bit long numeric type
|
Modifier and Type | Method and Description |
---|---|
static FieldType.LegacyNumericType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FieldType.LegacyNumericType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldType.LegacyNumericType INT
public static final FieldType.LegacyNumericType LONG
public static final FieldType.LegacyNumericType FLOAT
public static final FieldType.LegacyNumericType DOUBLE
public static FieldType.LegacyNumericType[] values()
for (FieldType.LegacyNumericType c : FieldType.LegacyNumericType.values()) System.out.println(c);
public static FieldType.LegacyNumericType 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 © 2000-2016 Apache Software Foundation. All Rights Reserved.