static enum PolicyMap.ScopeType extends java.lang.Enum<PolicyMap.ScopeType>
| Enum Constant and Description |
|---|
ENDPOINT |
FAULT_MESSAGE |
INPUT_MESSAGE |
OPERATION |
OUTPUT_MESSAGE |
SERVICE |
| Modifier and Type | Method and Description |
|---|---|
static PolicyMap.ScopeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PolicyMap.ScopeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolicyMap.ScopeType SERVICE
public static final PolicyMap.ScopeType ENDPOINT
public static final PolicyMap.ScopeType OPERATION
public static final PolicyMap.ScopeType INPUT_MESSAGE
public static final PolicyMap.ScopeType OUTPUT_MESSAGE
public static final PolicyMap.ScopeType FAULT_MESSAGE
public static PolicyMap.ScopeType[] values()
for (PolicyMap.ScopeType c : PolicyMap.ScopeType.values()) System.out.println(c);
public static PolicyMap.ScopeType 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 null