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