public static enum QuoteInfo.ParsedQuoteCase extends java.lang.Enum<QuoteInfo.ParsedQuoteCase> implements Internal.EnumLite
Enum Constant and Description |
---|
DATE_TIME |
PARSEDQUOTE_NOT_SET |
Modifier and Type | Method and Description |
---|---|
static QuoteInfo.ParsedQuoteCase |
forNumber(int value) |
int |
getNumber() |
static QuoteInfo.ParsedQuoteCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static QuoteInfo.ParsedQuoteCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QuoteInfo.ParsedQuoteCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuoteInfo.ParsedQuoteCase DATE_TIME
public static final QuoteInfo.ParsedQuoteCase PARSEDQUOTE_NOT_SET
public static QuoteInfo.ParsedQuoteCase[] values()
for (QuoteInfo.ParsedQuoteCase c : QuoteInfo.ParsedQuoteCase.values()) System.out.println(c);
public static QuoteInfo.ParsedQuoteCase 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 QuoteInfo.ParsedQuoteCase valueOf(int value)
forNumber(int)
instead.public static QuoteInfo.ParsedQuoteCase forNumber(int value)
public int getNumber()
getNumber
in interface Internal.EnumLite