public enum SlotStatusEnum extends Enum<SlotStatusEnum>
| Enum Constant and Description |
|---|
BUSY
Display: Busy
Code Value: busy Indicates that the time interval is busy because one or more events have been scheduled for that interval. |
BUSY_TENTATIVE
Display: Busy (Tentative)
Code Value: busy-tentative Indicates that the time interval is busy because one or more events have been tentatively scheduled for that interval. |
BUSY_UNAVAILABLE
Display: Busy (Unavailable)
Code Value: busy-unavailable Indicates that the time interval is busy and that the interval can not be scheduled. |
FREE
Display: Free
Code Value: free Indicates that the time interval is free for scheduling. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<SlotStatusEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
SlotStatus
|
| Modifier and Type | Method and Description |
|---|---|
static SlotStatusEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static SlotStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlotStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlotStatusEnum BUSY
public static final SlotStatusEnum FREE
public static final SlotStatusEnum BUSY_UNAVAILABLE
public static final SlotStatusEnum BUSY_TENTATIVE
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<SlotStatusEnum> VALUESET_BINDER
public static SlotStatusEnum[] values()
for (SlotStatusEnum c : SlotStatusEnum.values()) System.out.println(c);
public static SlotStatusEnum 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 static SlotStatusEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.