public enum TradeCollateralStatus extends Enum<TradeCollateralStatus>
Enum Constant and Description |
---|
FullyAllocated
Fully allocated.
|
None
Default value.
|
PartiallyAllocated
Partially allocated.
|
Unallocated
Unallocated.
|
Modifier and Type | Method and Description |
---|---|
static TradeCollateralStatus |
forValue(String value)
Returns enum value for the string representation
|
String |
getValue()
Gets current value.
|
static TradeCollateralStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TradeCollateralStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TradeCollateralStatus None
public static final TradeCollateralStatus Unallocated
public static final TradeCollateralStatus PartiallyAllocated
public static final TradeCollateralStatus FullyAllocated
public static TradeCollateralStatus[] values()
for (TradeCollateralStatus c : TradeCollateralStatus.values()) System.out.println(c);
public static TradeCollateralStatus 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 String getValue()
public static TradeCollateralStatus forValue(String value)
value
- valueCopyright © 2014–2025 Onix Solutions. All rights reserved.