public static enum Model.PolicyOperations extends java.lang.Enum<Model.PolicyOperations>
| Enum Constant and Description |
|---|
POLICY_ADD |
POLICY_REMOVE |
| Modifier and Type | Method and Description |
|---|---|
static Model.PolicyOperations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Model.PolicyOperations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Model.PolicyOperations POLICY_ADD
public static final Model.PolicyOperations POLICY_REMOVE
public static Model.PolicyOperations[] values()
for (Model.PolicyOperations c : Model.PolicyOperations.values()) System.out.println(c);
public static Model.PolicyOperations 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 nullCopyright © 2017–2025. All rights reserved.