public static enum WsdlBindingSubject.WsdlNameScope extends Enum<WsdlBindingSubject.WsdlNameScope>
Enum Constant and Description |
---|
ENDPOINT |
MESSAGE |
OPERATION |
SERVICE |
Modifier and Type | Method and Description |
---|---|
static WsdlBindingSubject.WsdlNameScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WsdlBindingSubject.WsdlNameScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WsdlBindingSubject.WsdlNameScope SERVICE
public static final WsdlBindingSubject.WsdlNameScope ENDPOINT
public static final WsdlBindingSubject.WsdlNameScope OPERATION
public static final WsdlBindingSubject.WsdlNameScope MESSAGE
public static WsdlBindingSubject.WsdlNameScope[] values()
for (WsdlBindingSubject.WsdlNameScope c : WsdlBindingSubject.WsdlNameScope.values()) System.out.println(c);
public static WsdlBindingSubject.WsdlNameScope 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 © 2006–2014 Oracle Corporation. All rights reserved.