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