public enum GeneratorConstants extends Enum<GeneratorConstants>
Enum Constant and Description |
---|
DOTC |
FAULT_CLASS_MEMBER_NAME |
GET |
IS |
JAVA_SRC_SUFFIX |
QNAME_SUFFIX |
RESPONSE |
SIG_INNERCLASS |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static GeneratorConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneratorConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneratorConstants DOTC
public static final GeneratorConstants SIG_INNERCLASS
public static final GeneratorConstants JAVA_SRC_SUFFIX
public static final GeneratorConstants QNAME_SUFFIX
public static final GeneratorConstants GET
public static final GeneratorConstants IS
public static final GeneratorConstants RESPONSE
public static final GeneratorConstants FAULT_CLASS_MEMBER_NAME
public static GeneratorConstants[] values()
for (GeneratorConstants c : GeneratorConstants.values()) System.out.println(c);
public static GeneratorConstants 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 nullpublic String getValue()
Copyright © 2019 Oracle Corporation. All rights reserved.