public enum ActionListEnum extends Enum<ActionListEnum>
| Enum Constant and Description |
|---|
CANCEL__REVERSE_OR_NULLIFY
Display: Cancel, Reverse or Nullify
Code Value: cancel Cancel, reverse or nullify the target resource. |
POLL
Display: Poll
Code Value: poll Check for previously un-read/ not-retrieved resources. |
RE_PROCESS
Display: Re-Process
Code Value: reprocess Re-process the target resource. |
STATUS_CHECK
Display: Status Check
Code Value: status Retrieve the processing status of the target resource. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ActionListEnum> |
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:
ActionList
|
| Modifier and Type | Method and Description |
|---|---|
static ActionListEnum |
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 ActionListEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionListEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionListEnum CANCEL__REVERSE_OR_NULLIFY
public static final ActionListEnum POLL
public static final ActionListEnum RE_PROCESS
public static final ActionListEnum STATUS_CHECK
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ActionListEnum> VALUESET_BINDER
public static ActionListEnum[] values()
for (ActionListEnum c : ActionListEnum.values()) System.out.println(c);
public static ActionListEnum 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 ActionListEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.