public static enum WSDLBoundOperation.ANONYMOUS extends Enum<WSDLBoundOperation.ANONYMOUS>
| Enum Constant and Description |
|---|
optional |
prohibited |
required |
| Modifier and Type | Method and Description |
|---|---|
static WSDLBoundOperation.ANONYMOUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WSDLBoundOperation.ANONYMOUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WSDLBoundOperation.ANONYMOUS optional
public static final WSDLBoundOperation.ANONYMOUS required
public static final WSDLBoundOperation.ANONYMOUS prohibited
public static WSDLBoundOperation.ANONYMOUS[] values()
for (WSDLBoundOperation.ANONYMOUS c : WSDLBoundOperation.ANONYMOUS.values()) System.out.println(c);
public static WSDLBoundOperation.ANONYMOUS 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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.