public enum JAXBImplementation extends java.lang.Enum<JAXBImplementation>
| Enum Constant and Description |
|---|
ECLIPSELINK_MOXy |
IBM_WEBSPHERE_XLXP |
ORACLE_JRE |
REFERENCE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static JAXBImplementation |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2007–2023. All rights reserved.