public enum RiskLimitAction extends Enum<RiskLimitAction>
Enum Constant and Description |
---|
NO_VALUE
Identifies no value.
|
QUEUEINBOUND
Queue Inbound.
|
REJECT
Reject.
|
WARNING
Warning.
|
Modifier and Type | Method and Description |
---|---|
static RiskLimitAction |
forValue(byte value) |
byte |
getValue() |
static RiskLimitAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RiskLimitAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RiskLimitAction NO_VALUE
public static final RiskLimitAction QUEUEINBOUND
public static final RiskLimitAction REJECT
public static final RiskLimitAction WARNING
public static RiskLimitAction[] values()
for (RiskLimitAction c : RiskLimitAction.values()) System.out.println(c);
public static RiskLimitAction 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 RiskLimitAction forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.