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