public static enum TerminalProps.Type extends Enum<TerminalProps.Type>
Enum Constant and Description |
---|
EE
EE = emulator-emulator.
|
T3270
3270.
|
T5250
5250.
|
Modifier and Type | Method and Description |
---|---|
static TerminalProps.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TerminalProps.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TerminalProps.Type T3270
public static final TerminalProps.Type T5250
public static final TerminalProps.Type EE
public static TerminalProps.Type[] values()
for (TerminalProps.Type c : TerminalProps.Type.values()) System.out.println(c);
public static TerminalProps.Type 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 nulliizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.