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