public static enum HistoricalRequestBuilder.Fill extends Enum<HistoricalRequestBuilder.Fill>
Enum Constant and Description |
---|
NIL_VALUE
Returns blank for the "value" value within the data element for this field.
|
PREVIOUS_VALUE
Search back and retrieve the previous value available for this security field pair.
|
Modifier and Type | Method and Description |
---|---|
static HistoricalRequestBuilder.Fill |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoricalRequestBuilder.Fill[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoricalRequestBuilder.Fill PREVIOUS_VALUE
public static final HistoricalRequestBuilder.Fill NIL_VALUE
public static HistoricalRequestBuilder.Fill[] values()
for (HistoricalRequestBuilder.Fill c : HistoricalRequestBuilder.Fill.values()) System.out.println(c);
public static HistoricalRequestBuilder.Fill 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 nullCopyright © 2013. All Rights Reserved.