org.nhindirect.xd.common.type
Enum SlotType1Enum

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

public enum SlotType1Enum
extends Enum<SlotType1Enum>

Valid SlotType1 values.

Author:
beau

Enum Constant Summary
AUTHOR_INSTITUTION
           
AUTHOR_PERSON
           
AUTHOR_ROLE
           
AUTHOR_SPECIALTY
           
AUTHOR_TELECOMMUNICATION
           
CODING_SCHEME
           
CREATION_TIME
           
HASH
           
INTENDED_RECIPIENT
           
LANGUAGE_CODE
           
SERVICE_START_TIME
           
SERVICE_STOP_TIME
           
SIZE
           
SOURCE_PATIENT_ID
           
SOURCE_PATIENT_INFO
           
SUBMISSION_SET_STATUS
           
SUBMISSION_TIME
           
URI
           
 
Method Summary
 String getName()
          Get the value of name.
 boolean matches(String name)
          Check to see if a given string matches the current object name.
static SlotType1Enum valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SlotType1Enum[] 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

CREATION_TIME

public static final SlotType1Enum CREATION_TIME

LANGUAGE_CODE

public static final SlotType1Enum LANGUAGE_CODE

SERVICE_START_TIME

public static final SlotType1Enum SERVICE_START_TIME

SERVICE_STOP_TIME

public static final SlotType1Enum SERVICE_STOP_TIME

SOURCE_PATIENT_ID

public static final SlotType1Enum SOURCE_PATIENT_ID

SOURCE_PATIENT_INFO

public static final SlotType1Enum SOURCE_PATIENT_INFO

AUTHOR_PERSON

public static final SlotType1Enum AUTHOR_PERSON

AUTHOR_INSTITUTION

public static final SlotType1Enum AUTHOR_INSTITUTION

AUTHOR_ROLE

public static final SlotType1Enum AUTHOR_ROLE

AUTHOR_SPECIALTY

public static final SlotType1Enum AUTHOR_SPECIALTY

AUTHOR_TELECOMMUNICATION

public static final SlotType1Enum AUTHOR_TELECOMMUNICATION

CODING_SCHEME

public static final SlotType1Enum CODING_SCHEME

SUBMISSION_TIME

public static final SlotType1Enum SUBMISSION_TIME

INTENDED_RECIPIENT

public static final SlotType1Enum INTENDED_RECIPIENT

SUBMISSION_SET_STATUS

public static final SlotType1Enum SUBMISSION_SET_STATUS

HASH

public static final SlotType1Enum HASH

SIZE

public static final SlotType1Enum SIZE

URI

public static final SlotType1Enum URI
Method Detail

values

public static SlotType1Enum[] 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 (SlotType1Enum c : SlotType1Enum.values())
    System.out.println(c);

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

valueOf

public static SlotType1Enum 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

matches

public boolean matches(String name)
Check to see if a given string matches the current object name.

Parameters:
name - The string to compare.
Returns:
true if the values match, false otherwise.

getName

public String getName()
Get the value of name.

Returns:
the value of name.


Copyright © 2010-2011. All Rights Reserved.