Apache CXF API

org.apache.cxf.jaxb
Enum JAXBUtils.IdentifierType

java.lang.Object
  extended by java.lang.Enum<JAXBUtils.IdentifierType>
      extended by 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>


Enum Constant Summary
CLASS
           
CONSTANT
           
GETTER
           
INTERFACE
           
SETTER
           
VARIABLE
           
 
Method Summary
static JAXBUtils.IdentifierType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JAXBUtils.IdentifierType[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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 API

Apache CXF