| Enum Constant and Description |
|---|
BINARY
Binary.
|
BINARY_ARRAY
Binary array.
|
BOOLEAN
Boolean.
|
BOOLEAN_ARRAY
Boolean array.
|
DATE
Date.
|
DATE_ARRAY
Date array.
|
FLOAT
Float.
|
FLOAT_ARRAY
Float array.
|
INTEGER
Integer.
|
INTEGER_ARRAY
Integer array.
|
OBJECT
Object.
|
OBJECT_ARRAY
Object array.
|
STRING
String.
|
STRING_ARRAY
String array.
|
TIME
Time.
|
TIMESTAMP
Value representing the number of seconds since 1970-01-01 00:00:00 UTC.
|
TIMESTAMP_ARRAY
Date array.
|
UNKNOWN
Unknown type.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldType |
fromValue(int value)
Creates an enumeration value from int.
|
int |
getValue()
Gets the enumeration value as int.
|
static FieldType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldType UNKNOWN
public static final FieldType INTEGER
public static final FieldType BOOLEAN
public static final FieldType FLOAT
public static final FieldType STRING
public static final FieldType BINARY
public static final FieldType DATE
public static final FieldType TIMESTAMP
public static final FieldType TIME
public static final FieldType OBJECT
public static final FieldType INTEGER_ARRAY
public static final FieldType BOOLEAN_ARRAY
public static final FieldType FLOAT_ARRAY
public static final FieldType STRING_ARRAY
public static final FieldType BINARY_ARRAY
public static final FieldType DATE_ARRAY
public static final FieldType TIMESTAMP_ARRAY
public static final FieldType OBJECT_ARRAY
public static FieldType[] values()
for (FieldType c : FieldType.values()) System.out.println(c);
public static FieldType 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 nullpublic int getValue()
public static FieldType fromValue(int value)
value - The int value.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.bioseal