public enum WaitingListMessageType extends Enum<WaitingListMessageType>
Enum Constant and Description |
---|
DEV_PROP
An ASM device property
|
GRP_PROP
An ASM group property
|
MSG
An ASM displayMessage
|
PS2_MESSAGE |
TRX
An ASM Transaction
|
USR_PROP
An ASM user property
|
Modifier and Type | Method and Description |
---|---|
byte |
getType() |
static WaitingListMessageType |
valueOf(byte type) |
static WaitingListMessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WaitingListMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WaitingListMessageType TRX
public static final WaitingListMessageType MSG
public static final WaitingListMessageType DEV_PROP
public static final WaitingListMessageType USR_PROP
public static final WaitingListMessageType GRP_PROP
public static final WaitingListMessageType PS2_MESSAGE
public static WaitingListMessageType[] values()
for (WaitingListMessageType c : WaitingListMessageType.values()) System.out.println(c);
public static WaitingListMessageType 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 getType()
public static WaitingListMessageType valueOf(byte type)
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.