public static enum BlaubotMessage.Priority extends java.lang.Enum<BlaubotMessage.Priority>
| Modifier and Type | Field and Description | 
|---|---|
byte | 
value  | 
| Modifier and Type | Method and Description | 
|---|---|
static BlaubotMessage.Priority | 
fromByte(byte val)  | 
static BlaubotMessage.Priority | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static BlaubotMessage.Priority[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final BlaubotMessage.Priority ADMIN
public static final BlaubotMessage.Priority ADMIN_LOW
public static final BlaubotMessage.Priority HIGH
public static final BlaubotMessage.Priority NORMAL
public static final BlaubotMessage.Priority LOW
public static BlaubotMessage.Priority[] values()
for (BlaubotMessage.Priority c : BlaubotMessage.Priority.values()) System.out.println(c);
public static BlaubotMessage.Priority 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 static BlaubotMessage.Priority fromByte(byte val)