public enum SlotType1Enum extends Enum<SlotType1Enum>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
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 nameNullPointerException - if the argument is nullpublic boolean matches(String name)
name - The string to compare.public String getName()
Copyright © 2010–2025. All rights reserved.