public enum StreamExoticIndicesPosition extends java.lang.Enum<StreamExoticIndicesPosition>
Position is the position of the indiceProtobuf enum
kaikosdk.StreamExoticIndicesPosition
Enum Constant and Description |
---|
SEIP_LONG
Long position.
|
SEIP_POSITION_UNKNOWN
Position unknown.
|
SEIP_SHORT
Short position.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
SEIP_LONG_VALUE
Long position.
|
static int |
SEIP_POSITION_UNKNOWN_VALUE
Position unknown.
|
static int |
SEIP_SHORT_VALUE
Short position.
|
Modifier and Type | Method and Description |
---|---|
static StreamExoticIndicesPosition |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static <any> |
internalGetValueMap() |
static StreamExoticIndicesPosition |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StreamExoticIndicesPosition |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StreamExoticIndicesPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StreamExoticIndicesPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamExoticIndicesPosition SEIP_POSITION_UNKNOWN
Position unknown.
SEIP_POSITION_UNKNOWN = 0;
public static final StreamExoticIndicesPosition SEIP_LONG
Long position.
SEIP_LONG = 1;
public static final StreamExoticIndicesPosition SEIP_SHORT
Short position.
SEIP_SHORT = 2;
public static final StreamExoticIndicesPosition UNRECOGNIZED
public static final int SEIP_POSITION_UNKNOWN_VALUE
Position unknown.
SEIP_POSITION_UNKNOWN = 0;
public static final int SEIP_LONG_VALUE
Long position.
SEIP_LONG = 1;
public static final int SEIP_SHORT_VALUE
Short position.
SEIP_SHORT = 2;
public static StreamExoticIndicesPosition[] values()
for (StreamExoticIndicesPosition c : StreamExoticIndicesPosition.values()) System.out.println(c);
public static StreamExoticIndicesPosition 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 final int getNumber()
@Deprecated public static StreamExoticIndicesPosition valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static StreamExoticIndicesPosition forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static <any> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static StreamExoticIndicesPosition valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)