public static enum ActionManagerConstants.COLUMN_FAMILIES extends Enum<ActionManagerConstants.COLUMN_FAMILIES>
| Enum Constant and Description |
|---|
action |
agent |
date |
operation |
rel |
set |
status |
target |
| Modifier and Type | Method and Description |
|---|---|
static ActionManagerConstants.COLUMN_FAMILIES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionManagerConstants.COLUMN_FAMILIES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionManagerConstants.COLUMN_FAMILIES action
public static final ActionManagerConstants.COLUMN_FAMILIES rel
public static final ActionManagerConstants.COLUMN_FAMILIES status
public static final ActionManagerConstants.COLUMN_FAMILIES set
public static final ActionManagerConstants.COLUMN_FAMILIES target
public static final ActionManagerConstants.COLUMN_FAMILIES operation
public static final ActionManagerConstants.COLUMN_FAMILIES date
public static final ActionManagerConstants.COLUMN_FAMILIES agent
public static ActionManagerConstants.COLUMN_FAMILIES[] values()
for (ActionManagerConstants.COLUMN_FAMILIES c : ActionManagerConstants.COLUMN_FAMILIES.values()) System.out.println(c);
public static ActionManagerConstants.COLUMN_FAMILIES 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 nullCopyright © 2016. All Rights Reserved.