public static enum JAXBUtils.CONSTRUCTION_TYPE extends Enum<JAXBUtils.CONSTRUCTION_TYPE>
Enum Constant and Description |
---|
BY_CLASS_ARRAY |
BY_CLASS_ARRAY_PLUS_ARRAYS |
BY_CONTEXT_PATH |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static JAXBUtils.CONSTRUCTION_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JAXBUtils.CONSTRUCTION_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JAXBUtils.CONSTRUCTION_TYPE BY_CLASS_ARRAY
public static final JAXBUtils.CONSTRUCTION_TYPE BY_CONTEXT_PATH
public static final JAXBUtils.CONSTRUCTION_TYPE BY_CLASS_ARRAY_PLUS_ARRAYS
public static final JAXBUtils.CONSTRUCTION_TYPE UNKNOWN
public static JAXBUtils.CONSTRUCTION_TYPE[] values()
for (JAXBUtils.CONSTRUCTION_TYPE c : JAXBUtils.CONSTRUCTION_TYPE.values()) System.out.println(c);
public static JAXBUtils.CONSTRUCTION_TYPE 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 © 2004-2015 The Apache Software Foundation. All Rights Reserved.