public enum MessageType extends Enum<MessageType>
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 MessageType |
valueOf(byte type) |
static MessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageType TRX
public static final MessageType MSG
public static final MessageType DEV_PROP
public static final MessageType USR_PROP
public static final MessageType GRP_PROP
public static final MessageType PS2_MESSAGE
public static MessageType[] values()
for (MessageType c : MessageType.values()) System.out.println(c);
public static MessageType 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 MessageType valueOf(byte type)
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.