public static enum AbstractController.MSG_TYPE extends Enum<AbstractController.MSG_TYPE>
| Modifier and Type | Method and Description |
|---|---|
static AbstractController.MSG_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractController.MSG_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractController.MSG_TYPE INFO
public static final AbstractController.MSG_TYPE WARNING
public static final AbstractController.MSG_TYPE ERROR
public static AbstractController.MSG_TYPE[] values()
for (AbstractController.MSG_TYPE c : AbstractController.MSG_TYPE.values()) System.out.println(c);
public static AbstractController.MSG_TYPE 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 © 2003–2018 eXo Platform SAS. All rights reserved.