public enum RefApplId extends Enum<RefApplId>
Enum Constant and Description |
---|
LISTENER_DATA
Listener Data.
|
NEWS
News.
|
NO_VALUE
Identifies no value.
|
RISKCONTROL
Risk Control.
|
SERVICE_AVAILABILITY
Service Availability.
|
SERVICE_AVAILABILITY_MARKET
Service Availability Market.
|
SESSION_DATA
Session Data.
|
SRQS_MAINTENANCE
SRQS Maintenance.
|
TES_MAINTENANCE
TES Maintenance.
|
TES_TRADE
TES Trade.
|
TRADE
Trade.
|
Modifier and Type | Method and Description |
---|---|
static RefApplId |
forValue(byte value) |
byte |
getValue() |
static RefApplId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefApplId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefApplId NO_VALUE
public static final RefApplId TRADE
public static final RefApplId NEWS
public static final RefApplId SERVICE_AVAILABILITY
public static final RefApplId SESSION_DATA
public static final RefApplId LISTENER_DATA
public static final RefApplId RISKCONTROL
public static final RefApplId TES_MAINTENANCE
public static final RefApplId TES_TRADE
public static final RefApplId SRQS_MAINTENANCE
public static final RefApplId SERVICE_AVAILABILITY_MARKET
public static RefApplId[] values()
for (RefApplId c : RefApplId.values()) System.out.println(c);
public static RefApplId 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 RefApplId forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.