public enum StreamIndexCommodity extends java.lang.Enum<StreamIndexCommodity>
StreamIndexCommodity allows selecting kind of index update wanted.Protobuf enum
kaikosdk.StreamIndexCommodity
Enum Constant and Description |
---|
SIC_DAILY_FIXING
DAILY_FIXING commodity.
|
SIC_REAL_TIME
REAL_TIME commodity.
|
SIC_UNKNOWN
Unknown commodity.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
SIC_DAILY_FIXING_VALUE
DAILY_FIXING commodity.
|
static int |
SIC_REAL_TIME_VALUE
REAL_TIME commodity.
|
static int |
SIC_UNKNOWN_VALUE
Unknown commodity.
|
Modifier and Type | Method and Description |
---|---|
static StreamIndexCommodity |
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 StreamIndexCommodity |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StreamIndexCommodity |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StreamIndexCommodity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StreamIndexCommodity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamIndexCommodity SIC_UNKNOWN
Unknown commodity.
SIC_UNKNOWN = 0;
public static final StreamIndexCommodity SIC_REAL_TIME
REAL_TIME commodity.
SIC_REAL_TIME = 1;
public static final StreamIndexCommodity SIC_DAILY_FIXING
DAILY_FIXING commodity.
SIC_DAILY_FIXING = 2;
public static final StreamIndexCommodity UNRECOGNIZED
public static final int SIC_UNKNOWN_VALUE
Unknown commodity.
SIC_UNKNOWN = 0;
public static final int SIC_REAL_TIME_VALUE
REAL_TIME commodity.
SIC_REAL_TIME = 1;
public static final int SIC_DAILY_FIXING_VALUE
DAILY_FIXING commodity.
SIC_DAILY_FIXING = 2;
public static StreamIndexCommodity[] values()
for (StreamIndexCommodity c : StreamIndexCommodity.values()) System.out.println(c);
public static StreamIndexCommodity 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 StreamIndexCommodity valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static StreamIndexCommodity 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 StreamIndexCommodity valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)