Package org.jboss.hal.processor.mbui
Enum DataTableInfo.HandlerRef
- java.lang.Object
-
- java.lang.Enum<DataTableInfo.HandlerRef>
-
- org.jboss.hal.processor.mbui.DataTableInfo.HandlerRef
-
- All Implemented Interfaces:
Serializable,Comparable<DataTableInfo.HandlerRef>
- Enclosing class:
- DataTableInfo
public static enum DataTableInfo.HandlerRef extends Enum<DataTableInfo.HandlerRef>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADD_RESOURCEREMOVE_RESOURCE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetI18n()StringgetRef()static DataTableInfo.HandlerRefvalueOf(String name)Returns the enum constant of this type with the specified name.static DataTableInfo.HandlerRef[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ADD_RESOURCE
public static final DataTableInfo.HandlerRef ADD_RESOURCE
-
REMOVE_RESOURCE
public static final DataTableInfo.HandlerRef REMOVE_RESOURCE
-
-
Method Detail
-
values
public static DataTableInfo.HandlerRef[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DataTableInfo.HandlerRef c : DataTableInfo.HandlerRef.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DataTableInfo.HandlerRef valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getRef
public String getRef()
-
getI18n
public String getI18n()
-
-