public enum TransactionModeEnum extends Enum<TransactionModeEnum>
| Enum Constant and Description |
|---|
BATCHES___TRANSACTIONS
Display: Batches & Transactions
Code Value: both Both batches and transactions are supported. |
BATCHES_SUPPORTED
Display: Batches supported
Code Value: batch Batches are supported. |
NONE
Display: None
Code Value: not-supported Neither batch or transaction is supported. |
TRANSACTIONS_SUPPORTED
Display: Transactions Supported
Code Value: transaction Transactions are supported. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<TransactionModeEnum> |
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:
TransactionMode
|
| Modifier and Type | Method and Description |
|---|---|
static TransactionModeEnum |
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 TransactionModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionModeEnum NONE
public static final TransactionModeEnum BATCHES_SUPPORTED
public static final TransactionModeEnum TRANSACTIONS_SUPPORTED
public static final TransactionModeEnum BATCHES___TRANSACTIONS
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<TransactionModeEnum> VALUESET_BINDER
public static TransactionModeEnum[] values()
for (TransactionModeEnum c : TransactionModeEnum.values()) System.out.println(c);
public static TransactionModeEnum 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 TransactionModeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.