public static enum Enum.NativeImpl extends Enum<Enum.NativeImpl> implements Enum<Enum.NativeImpl>
Enum.Avro, Enum.NativeImpl, Enum.Protobuf, Enum.Thrift| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Modifier and Type | Method and Description |
|---|---|
Enum.NativeImpl |
get()
Returns underlying object.
|
int |
getOrdinal()
Returns enumeration ordinal.
|
static Enum.NativeImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enum.NativeImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfavro, avro, avro, avro, getAvroClass, getAvroSchema, getProtobufClass, getProtobufDescriptor, getProtobufProtocolClass, getProtobufProtocolDescriptor, getThriftClass, isOff, isOn, nativeImpl, nativeImpl, nativeImpl, protobuf, protobuf, protobuf, protobuf, thrift, thrift, thrift, thriftpublic static final Enum.NativeImpl OFF
public static final Enum.NativeImpl ON
public static final long serialVersionUID
public static Enum.NativeImpl[] values()
for (Enum.NativeImpl c : Enum.NativeImpl.values()) System.out.println(c);
public static Enum.NativeImpl 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 nullpublic Enum.NativeImpl get()
Enumget in interface Enum<Enum.NativeImpl>get in interface Supplier<Enum.NativeImpl>public int getOrdinal()
EnumgetOrdinal in interface Enum<Enum.NativeImpl>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.