public static enum ActionFacet.WHEN extends Enum<ActionFacet.WHEN>
| Modifier and Type | Method and Description |
|---|---|
static ActionFacet.WHEN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionFacet.WHEN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionFacet.WHEN ONADD
public static final ActionFacet.WHEN ONREMOVE
public static ActionFacet.WHEN[] values()
for (ActionFacet.WHEN c : ActionFacet.WHEN.values()) System.out.println(c);
public static ActionFacet.WHEN 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 © 2018. All Rights Reserved.