public static enum WsdlConstants.ProcedureType extends Enum<WsdlConstants.ProcedureType>
Modifier and Type | Method and Description |
---|---|
static WsdlConstants.ProcedureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WsdlConstants.ProcedureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WsdlConstants.ProcedureType REQUEST
public static final WsdlConstants.ProcedureType RESPONSE
public static final WsdlConstants.ProcedureType BOTH
public static WsdlConstants.ProcedureType[] values()
for (WsdlConstants.ProcedureType c : WsdlConstants.ProcedureType.values()) System.out.println(c);
public static WsdlConstants.ProcedureType 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 © 2013–2019. All rights reserved.