public enum MessageDisplayMode extends java.lang.Enum<MessageDisplayMode> implements ICRMLookupEnum
Enum Constant and Description |
---|
FX_IMMED |
FX_NEXTCA |
FX_NEXTSTB |
FX_STILLCA |
RM_IMMED |
RM_NEXTCA |
RM_NEXTSTB |
RM_STILLCA |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static MessageDisplayMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageDisplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageDisplayMode RM_IMMED
public static final MessageDisplayMode FX_NEXTSTB
public static final MessageDisplayMode RM_NEXTSTB
public static final MessageDisplayMode FX_NEXTCA
public static final MessageDisplayMode RM_NEXTCA
public static final MessageDisplayMode FX_STILLCA
public static final MessageDisplayMode RM_STILLCA
public static final MessageDisplayMode FX_IMMED
public static MessageDisplayMode[] values()
for (MessageDisplayMode c : MessageDisplayMode.values()) System.out.println(c);
public static MessageDisplayMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLabel()
getLabel
in interface ICRMLookupEnum