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