Package eu.ccvlab.mapi.core.terminal
Enum Class ExternalTerminal.TerminalType
java.lang.Object
java.lang.Enum<ExternalTerminal.TerminalType>
eu.ccvlab.mapi.core.terminal.ExternalTerminal.TerminalType
- All Implemented Interfaces:
Serializable,Comparable<ExternalTerminal.TerminalType>,Constable
- Enclosing class:
- ExternalTerminal
The type of terminal (attended / unattended) with the protocol it expects (opi-nl / opi-de)
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ExternalTerminal.TerminalType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ATTENDED_OPI_NL
@Deprecated(since="1.32", forRemoval=true) public static final ExternalTerminal.TerminalType ATTENDED_OPI_NLDeprecated, for removal: This API element is subject to removal in a future version.Attended opi nl terminal type. -
ATTENDED_OPI_DE
@Deprecated(since="1.32", forRemoval=true) public static final ExternalTerminal.TerminalType ATTENDED_OPI_DEDeprecated, for removal: This API element is subject to removal in a future version.Attended opi de terminal type. -
ATTENDED_OPI_CH
@Deprecated(since="1.32", forRemoval=true) public static final ExternalTerminal.TerminalType ATTENDED_OPI_CHDeprecated, for removal: This API element is subject to removal in a future version.Attended opi ch terminal type. -
UNATTENDED_OPI_DE
@Deprecated(since="1.32", forRemoval=true) public static final ExternalTerminal.TerminalType UNATTENDED_OPI_DEDeprecated, for removal: This API element is subject to removal in a future version.Unattended opi de terminal type. -
UNATTENDED_OPI_NL
@Deprecated(since="1.32", forRemoval=true) public static final ExternalTerminal.TerminalType UNATTENDED_OPI_NLDeprecated, for removal: This API element is subject to removal in a future version.Unattended opi nl terminal type. -
UNATTENDED_OPI_CH
@Deprecated(since="1.32", forRemoval=true) public static final ExternalTerminal.TerminalType UNATTENDED_OPI_CHDeprecated, for removal: This API element is subject to removal in a future version.Unattended opi ch terminal type. -
OPI_NL
-
OPI_DE
-
OPI_CH
-
-
Constructor Details
-
TerminalType
private TerminalType()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-