
protected static enum MultiViewersView.MessageType extends Enum<MultiViewersView.MessageType>
| Enum Constant and Description |
|---|
CONFIRM |
ERROR |
INFORMATION |
QUESTION |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
static MultiViewersView.MessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiViewersView.MessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiViewersView.MessageType INFORMATION
public static final MultiViewersView.MessageType ERROR
public static final MultiViewersView.MessageType WARNING
public static final MultiViewersView.MessageType CONFIRM
public static final MultiViewersView.MessageType QUESTION
public static MultiViewersView.MessageType[] values()
for (MultiViewersView.MessageType c : MultiViewersView.MessageType.values()) System.out.println(c);
public static MultiViewersView.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 nullCopyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.