public enum AllocationIndicator extends Enum<AllocationIndicator>
Enum Constant and Description |
---|
AllocationFromExecutor
Allocation from executor.
|
AllocationGiveUpExecutor
Allocation give-up executor.
|
AllocationNotRequired
Allocation not required.
|
AllocationProvided
Use allocation provided with the trade.
|
AllocationRequired
Allocation required (give-up trade) allocation information not provided (incomplete).
|
AllocationToClaimAccount
Allocation to claim account.
|
None
Default value.
|
SgxOffset
SGX Offset.
|
Modifier and Type | Method and Description |
---|---|
static AllocationIndicator |
forValue(int value)
Returns enum value for the int representation
|
int |
getValue()
Gets current value.
|
static AllocationIndicator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllocationIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllocationIndicator None
public static final AllocationIndicator AllocationNotRequired
public static final AllocationIndicator AllocationRequired
public static final AllocationIndicator AllocationProvided
public static final AllocationIndicator AllocationGiveUpExecutor
public static final AllocationIndicator AllocationFromExecutor
public static final AllocationIndicator AllocationToClaimAccount
public static final AllocationIndicator SgxOffset
public static AllocationIndicator[] values()
for (AllocationIndicator c : AllocationIndicator.values()) System.out.println(c);
public static AllocationIndicator 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 nullpublic int getValue()
public static AllocationIndicator forValue(int value)
value
- valueCopyright © 2014–2025 Onix Solutions. All rights reserved.