public enum ApplId extends Enum<ApplId>
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 ApplId |
forValue(byte value) |
byte |
getValue() |
static ApplId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplId NO_VALUE
public static final ApplId TRADE
public static final ApplId NEWS
public static final ApplId SERVICE_AVAILABILITY
public static final ApplId SESSION_DATA
public static final ApplId LISTENER_DATA
public static final ApplId RISKCONTROL
public static final ApplId TES_MAINTENANCE
public static final ApplId TES_TRADE
public static final ApplId SRQS_MAINTENANCE
public static final ApplId SERVICE_AVAILABILITY_MARKET
public static ApplId[] values()
for (ApplId c : ApplId.values()) System.out.println(c);
public static ApplId 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 ApplId forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.