Serializable, Comparable<WsdlBindingSubject.WsdlMessageType>public static enum WsdlBindingSubject.WsdlMessageType extends Enum<WsdlBindingSubject.WsdlMessageType>
| Enum Constant | Description |
|---|---|
FAULT |
|
INPUT |
|
NO_MESSAGE |
|
OUTPUT |
| Modifier and Type | Method | Description |
|---|---|---|
static WsdlBindingSubject.WsdlMessageType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static WsdlBindingSubject.WsdlMessageType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WsdlBindingSubject.WsdlMessageType NO_MESSAGE
public static final WsdlBindingSubject.WsdlMessageType INPUT
public static final WsdlBindingSubject.WsdlMessageType OUTPUT
public static final WsdlBindingSubject.WsdlMessageType FAULT
public static WsdlBindingSubject.WsdlMessageType[] values()
for (WsdlBindingSubject.WsdlMessageType c : WsdlBindingSubject.WsdlMessageType.values()) System.out.println(c);
public static WsdlBindingSubject.WsdlMessageType 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.