Enum Constant Summary
Enum Constants
Field Summary
Fields
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
int
Returns the enum constant of this class with the specified name.
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Field Details
None_VALUE
public static final int None_VALUE
See Also:
String_VALUE
public static final int String_VALUE
See Also:
Json_VALUE
public static final int Json_VALUE
See Also:
Protobuf_VALUE
public static final int Protobuf_VALUE
See Also:
Avro_VALUE
public static final int Avro_VALUE
See Also:
Bool_VALUE
public static final int Bool_VALUE
See Also:
Int8_VALUE
public static final int Int8_VALUE
See Also:
Int16_VALUE
public static final int Int16_VALUE
See Also:
Int32_VALUE
public static final int Int32_VALUE
See Also:
Int64_VALUE
public static final int Int64_VALUE
See Also:
Float_VALUE
public static final int Float_VALUE
See Also:
Double_VALUE
public static final int Double_VALUE
See Also:
Date_VALUE
public static final int Date_VALUE
See Also:
Time_VALUE
public static final int Time_VALUE
See Also:
Timestamp_VALUE
public static final int Timestamp_VALUE
See Also:
KeyValue_VALUE
public static final int KeyValue_VALUE
See Also:
Instant_VALUE
public static final int Instant_VALUE
See Also:
LocalDate_VALUE
public static final int LocalDate_VALUE
See Also:
LocalTime_VALUE
public static final int LocalTime_VALUE
See Also:
LocalDateTime_VALUE
public static final int LocalDateTime_VALUE
See Also:
ProtobufNative_VALUE
public static final int ProtobufNative_VALUE
See Also:
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null
getValue
public int getValue ()
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
n - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null