public enum TradeAllocStatus extends Enum<TradeAllocStatus>
Enum Constant and Description |
---|
APPROVED
Approved.
|
APPROVED_REVERSAL
Side Approved Reversal.
|
AUTO_APPROVED
Auto Approved.
|
CANCELED
Canceled.
|
CANCELLED_REVERSAL
Cancelled Reversal.
|
NO_VALUE
Identifies no value.
|
PENDING
Pending.
|
PENDING_REVERSAL
Pending Reversal.
|
REVERSED
Reversed.
|
UPLOADED
Uploaded.
|
Modifier and Type | Method and Description |
---|---|
static TradeAllocStatus |
forValue(byte value) |
byte |
getValue() |
static TradeAllocStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TradeAllocStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TradeAllocStatus NO_VALUE
public static final TradeAllocStatus PENDING
public static final TradeAllocStatus APPROVED
public static final TradeAllocStatus AUTO_APPROVED
public static final TradeAllocStatus UPLOADED
public static final TradeAllocStatus CANCELED
public static final TradeAllocStatus PENDING_REVERSAL
public static final TradeAllocStatus APPROVED_REVERSAL
public static final TradeAllocStatus REVERSED
public static final TradeAllocStatus CANCELLED_REVERSAL
public static TradeAllocStatus[] values()
for (TradeAllocStatus c : TradeAllocStatus.values()) System.out.println(c);
public static TradeAllocStatus 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 byte getValue()
public static TradeAllocStatus forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.