public enum ListModeEnum extends Enum<ListModeEnum>
| Enum Constant and Description |
|---|
CHANGE_LIST
Display: Change List
Code Value: changes A list that indicates where changes have been made or recommended |
SNAPSHOT_LIST
Display: Snapshot List
Code Value: snapshot This list was prepared as a snapshot. |
WORKING_LIST
Display: Working List
Code Value: working This list is the master list, maintained in an ongoing fashion with regular updates as the real world list it is tracking changes |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ListModeEnum> |
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:
ListMode
|
| Modifier and Type | Method and Description |
|---|---|
static ListModeEnum |
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 ListModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListModeEnum WORKING_LIST
public static final ListModeEnum SNAPSHOT_LIST
public static final ListModeEnum CHANGE_LIST
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ListModeEnum> VALUESET_BINDER
public static ListModeEnum[] values()
for (ListModeEnum c : ListModeEnum.values()) System.out.println(c);
public static ListModeEnum 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 ListModeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.