public static enum DataTableInfo.HandlerRef extends Enum<DataTableInfo.HandlerRef>
| Enum Constant and Description |
|---|
ADD_RESOURCE |
REMOVE_RESOURCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getI18n() |
String |
getRef() |
static DataTableInfo.HandlerRef |
valueOf(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.
|
public static final DataTableInfo.HandlerRef ADD_RESOURCE
public static final DataTableInfo.HandlerRef REMOVE_RESOURCE
public static DataTableInfo.HandlerRef[] values()
for (DataTableInfo.HandlerRef c : DataTableInfo.HandlerRef.values()) System.out.println(c);
public static DataTableInfo.HandlerRef 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 nullpublic String getRef()
public String getI18n()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.