org.apache.cxf.jaxb
Enum JAXBUtils.IdentifierType
java.lang.Object
java.lang.Enum<JAXBUtils.IdentifierType>
org.apache.cxf.jaxb.JAXBUtils.IdentifierType
- All Implemented Interfaces:
- Serializable, Comparable<JAXBUtils.IdentifierType>
- Enclosing class:
- JAXBUtils
public static enum JAXBUtils.IdentifierType
- extends Enum<JAXBUtils.IdentifierType>
CLASS
public static final JAXBUtils.IdentifierType CLASS
INTERFACE
public static final JAXBUtils.IdentifierType INTERFACE
GETTER
public static final JAXBUtils.IdentifierType GETTER
SETTER
public static final JAXBUtils.IdentifierType SETTER
VARIABLE
public static final JAXBUtils.IdentifierType VARIABLE
CONSTANT
public static final JAXBUtils.IdentifierType CONSTANT
values
public static final JAXBUtils.IdentifierType[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(JAXBUtils.IdentifierType c : JAXBUtils.IdentifierType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static JAXBUtils.IdentifierType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
Apache CXF