public static enum WSDLDocumentation.Placement extends Enum<WSDLDocumentation.Placement>
| Modifier and Type | Method and Description | 
|---|---|
static WSDLDocumentation.Placement | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static WSDLDocumentation.Placement[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final WSDLDocumentation.Placement DEFAULT
public static final WSDLDocumentation.Placement TOP
public static final WSDLDocumentation.Placement INPUT_MESSAGE
public static final WSDLDocumentation.Placement OUTPUT_MESSAGE
public static final WSDLDocumentation.Placement FAULT_MESSAGE
public static final WSDLDocumentation.Placement PORT_TYPE
public static final WSDLDocumentation.Placement PORT_TYPE_OPERATION
public static final WSDLDocumentation.Placement PORT_TYPE_OPERATION_INPUT
public static final WSDLDocumentation.Placement PORT_TYPE_OPERATION_OUTPUT
public static final WSDLDocumentation.Placement PORT_TYPE_OPERATION_FAULT
public static final WSDLDocumentation.Placement BINDING
public static final WSDLDocumentation.Placement BINDING_OPERATION
public static final WSDLDocumentation.Placement BINDING_OPERATION_INPUT
public static final WSDLDocumentation.Placement BINDING_OPERATION_OUTPUT
public static final WSDLDocumentation.Placement BINDING_OPERATION_FAULT
public static final WSDLDocumentation.Placement SERVICE
public static final WSDLDocumentation.Placement SERVICE_PORT
public static WSDLDocumentation.Placement[] values()
for (WSDLDocumentation.Placement c : WSDLDocumentation.Placement.values()) System.out.println(c);
public static WSDLDocumentation.Placement 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 © 2017 JBoss by Red Hat. All rights reserved.