Serializable, Comparable<WsdlBindingSubject.WsdlNameScope>public static enum WsdlBindingSubject.WsdlNameScope extends Enum<WsdlBindingSubject.WsdlNameScope>
| Modifier and Type | Method | 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–2018 Oracle Corporation. All rights reserved.