|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SlotType1Enum>
org.nhindirect.xd.common.type.SlotType1Enum
public enum SlotType1Enum
Valid SlotType1 values.
| 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 |
|---|
public static final SlotType1Enum CREATION_TIME
public static final SlotType1Enum LANGUAGE_CODE
public static final SlotType1Enum SERVICE_START_TIME
public static final SlotType1Enum SERVICE_STOP_TIME
public static final SlotType1Enum SOURCE_PATIENT_ID
public static final SlotType1Enum SOURCE_PATIENT_INFO
public static final SlotType1Enum AUTHOR_PERSON
public static final SlotType1Enum AUTHOR_INSTITUTION
public static final SlotType1Enum AUTHOR_ROLE
public static final SlotType1Enum AUTHOR_SPECIALTY
public static final SlotType1Enum AUTHOR_TELECOMMUNICATION
public static final SlotType1Enum CODING_SCHEME
public static final SlotType1Enum SUBMISSION_TIME
public static final SlotType1Enum INTENDED_RECIPIENT
public static final SlotType1Enum SUBMISSION_SET_STATUS
public static final SlotType1Enum HASH
public static final SlotType1Enum SIZE
public static final SlotType1Enum URI
| Method Detail |
|---|
public static SlotType1Enum[] values()
for (SlotType1Enum c : SlotType1Enum.values()) System.out.println(c);
public static SlotType1Enum valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic boolean matches(String name)
name - The string to compare.
public String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||