public enum JAXBImplementation extends Enum<JAXBImplementation>
Enum Constant and Description |
---|
ECLIPSELINK_MOXy |
IBM_WEBSPHERE_XLXP |
ORACLE_JRE |
REFERENCE |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static JAXBImplementation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JAXBImplementation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JAXBImplementation REFERENCE
public static final JAXBImplementation ORACLE_JRE
public static final JAXBImplementation ECLIPSELINK_MOXy
public static final JAXBImplementation IBM_WEBSPHERE_XLXP
public static final JAXBImplementation UNKNOWN
public static JAXBImplementation[] values()
for (JAXBImplementation c : JAXBImplementation.values()) System.out.println(c);
public static JAXBImplementation 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 © 2007-2019. All Rights Reserved.