public static enum Action.Enumerated extends Enum<Action.Enumerated>
| Enum Constant and Description |
|---|
COPIED |
CREATED |
DELETED |
REGISTERED |
UPDATED |
| Modifier and Type | Method and Description |
|---|---|
static Action.Enumerated |
from(Action<?,?> action) |
static Action.Enumerated |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action.Enumerated[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Action.Enumerated CREATED
public static final Action.Enumerated UPDATED
public static final Action.Enumerated DELETED
public static final Action.Enumerated COPIED
public static final Action.Enumerated REGISTERED
public static Action.Enumerated[] values()
for (Action.Enumerated c : Action.Enumerated.values()) System.out.println(c);
public static Action.Enumerated 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 static Action.Enumerated from(Action<?,?> action)
Copyright © 2015 Red Hat, Inc.. All rights reserved.