protected static enum WSDLModeler.StyleAndUse extends Enum<WSDLModeler.StyleAndUse>
Enum Constant and Description |
---|
DOC_LITERAL |
RPC_LITERAL |
Modifier and Type | Method and Description |
---|---|
static WSDLModeler.StyleAndUse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WSDLModeler.StyleAndUse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WSDLModeler.StyleAndUse RPC_LITERAL
public static final WSDLModeler.StyleAndUse DOC_LITERAL
public static WSDLModeler.StyleAndUse[] values()
for (WSDLModeler.StyleAndUse c : WSDLModeler.StyleAndUse.values()) System.out.println(c);
public static WSDLModeler.StyleAndUse 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 © 2018 Oracle Corporation. All rights reserved.