org.nhindirect.xd.common.type
Enum SubmitObjectsRequestEnum

java.lang.Object
  extended by java.lang.Enum<SubmitObjectsRequestEnum>
      extended by org.nhindirect.xd.common.type.SubmitObjectsRequestEnum
All Implemented Interfaces:
Serializable, Comparable<SubmitObjectsRequestEnum>

public enum SubmitObjectsRequestEnum
extends Enum<SubmitObjectsRequestEnum>

Valid SubmitObjectsRequest values.

Author:
beau

Enum Constant Summary
ASSOCIATION
           
CLASSIFICATION
           
EXTRINSIC_OBJECT
           
REGISTRY_PACKAGE
           
SUBMIT_OBJECTS_REQUEST
           
 
Method Summary
 String getName()
          Get the value of name.
 String getNamespaceUri()
          Get the value of namespaceUri.
static SubmitObjectsRequestEnum valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SubmitObjectsRequestEnum[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SUBMIT_OBJECTS_REQUEST

public static final SubmitObjectsRequestEnum SUBMIT_OBJECTS_REQUEST

EXTRINSIC_OBJECT

public static final SubmitObjectsRequestEnum EXTRINSIC_OBJECT

REGISTRY_PACKAGE

public static final SubmitObjectsRequestEnum REGISTRY_PACKAGE

CLASSIFICATION

public static final SubmitObjectsRequestEnum CLASSIFICATION

ASSOCIATION

public static final SubmitObjectsRequestEnum ASSOCIATION
Method Detail

values

public static SubmitObjectsRequestEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (SubmitObjectsRequestEnum c : SubmitObjectsRequestEnum.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SubmitObjectsRequestEnum 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
NullPointerException - if the argument is null

getName

public String getName()
Get the value of name.

Returns:
the value of name.

getNamespaceUri

public String getNamespaceUri()
Get the value of namespaceUri.

Returns:
the value of namespaceUri.


Copyright © 2010-2011. All Rights Reserved.