public enum AlertingCategory extends java.lang.Enum<AlertingCategory>
| Enum Constant and Description |
|---|
Category1 |
Category2 |
Category3 |
Category4 |
Category5 |
| Modifier and Type | Method and Description |
|---|---|
byte |
getCategory() |
static AlertingCategory |
getInstance(byte category) |
static AlertingCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlertingCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlertingCategory Category1
public static final AlertingCategory Category2
public static final AlertingCategory Category3
public static final AlertingCategory Category4
public static final AlertingCategory Category5
public static AlertingCategory[] values()
for (AlertingCategory c : AlertingCategory.values()) System.out.println(c);
public static AlertingCategory 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 byte getCategory()
public static AlertingCategory getInstance(byte category)
Copyright © 2012. All Rights Reserved.