public static enum Api900.EvenlySampledChannel.PayloadCase extends java.lang.Enum<Api900.EvenlySampledChannel.PayloadCase> implements com.google.protobuf.Internal.EnumLite
Enum Constant and Description |
---|
BYTE_PAYLOAD |
FLOAT32_PAYLOAD |
FLOAT64_PAYLOAD |
INT32_PAYLOAD |
INT64_PAYLOAD |
PAYLOAD_NOT_SET |
UINT32_PAYLOAD |
UINT64_PAYLOAD |
Modifier and Type | Method and Description |
---|---|
static Api900.EvenlySampledChannel.PayloadCase |
forNumber(int value) |
int |
getNumber() |
static Api900.EvenlySampledChannel.PayloadCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Api900.EvenlySampledChannel.PayloadCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Api900.EvenlySampledChannel.PayloadCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Api900.EvenlySampledChannel.PayloadCase BYTE_PAYLOAD
public static final Api900.EvenlySampledChannel.PayloadCase UINT32_PAYLOAD
public static final Api900.EvenlySampledChannel.PayloadCase UINT64_PAYLOAD
public static final Api900.EvenlySampledChannel.PayloadCase INT32_PAYLOAD
public static final Api900.EvenlySampledChannel.PayloadCase INT64_PAYLOAD
public static final Api900.EvenlySampledChannel.PayloadCase FLOAT32_PAYLOAD
public static final Api900.EvenlySampledChannel.PayloadCase FLOAT64_PAYLOAD
public static final Api900.EvenlySampledChannel.PayloadCase PAYLOAD_NOT_SET
public static Api900.EvenlySampledChannel.PayloadCase[] values()
for (Api900.EvenlySampledChannel.PayloadCase c : Api900.EvenlySampledChannel.PayloadCase.values()) System.out.println(c);
public static Api900.EvenlySampledChannel.PayloadCase 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 null@Deprecated public static Api900.EvenlySampledChannel.PayloadCase valueOf(int value)
forNumber(int)
instead.public static Api900.EvenlySampledChannel.PayloadCase forNumber(int value)
public int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite