public static enum JcmsMessage.Level extends java.lang.Enum<JcmsMessage.Level>
| Modifier and Type | Method and Description |
|---|---|
static JcmsMessage.Level |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JcmsMessage.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JcmsMessage.Level SUCCESS
public static final JcmsMessage.Level INFO
public static final JcmsMessage.Level WARN
public static final JcmsMessage.Level ERROR
public static JcmsMessage.Level[] values()
for (JcmsMessage.Level c : JcmsMessage.Level.values()) System.out.println(c);
public static JcmsMessage.Level 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 nullCopyright © 2001-2017 Jalios SA. All Rights Reserved.