public enum PermissibleAction extends java.lang.Enum<PermissibleAction>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExternalName() |
java.lang.String[] |
getImpliedActions() |
static PermissibleAction |
interpret(java.lang.String action) |
static PermissibleAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PermissibleAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PermissibleAction INSERT
public static final PermissibleAction UPDATE
public static final PermissibleAction DELETE
public static final PermissibleAction READ
public static final PermissibleAction ANY
public static PermissibleAction[] values()
for (PermissibleAction c : PermissibleAction.values()) System.out.println(c);
public static PermissibleAction valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getExternalName()
public java.lang.String[] getImpliedActions()
public static PermissibleAction interpret(java.lang.String action)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.