Skip navigation links
oracle.wsm.policy.model
Enum IPolicySet.POLICYSET_STATUS
java.lang.Object
java.lang.Enum<IPolicySet.POLICYSET_STATUS>
oracle.wsm.policy.model.IPolicySet.POLICYSET_STATUS
- All Implemented Interfaces:
- Serializable, Comparable<IPolicySet.POLICYSET_STATUS>
- Enclosing interface:
- IPolicySet
-
public static enum IPolicySet.POLICYSET_STATUS
- extends Enum<IPolicySet.POLICYSET_STATUS>
SUCCESS
public static final IPolicySet.POLICYSET_STATUS SUCCESS
FAILURE
public static final IPolicySet.POLICYSET_STATUS FAILURE
values
public static IPolicySet.POLICYSET_STATUS[] values()
- Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (IPolicySet.POLICYSET_STATUS c : IPolicySet.POLICYSET_STATUS.values())
System.out.println(c);
-
- Returns:
- an array containing the constants of this enum type, in the order they are declared
valueOf
public static IPolicySet.POLICYSET_STATUS valueOf(String name)
- Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
Skip navigation links
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.