public enum TypeRestfulInteractionEnum extends Enum<TypeRestfulInteractionEnum>
| Enum Constant and Description |
|---|
CREATE
Code Value: create
|
DELETE
Code Value: delete
|
HISTORY_INSTANCE
Code Value: history-instance
|
HISTORY_TYPE
Code Value: history-type
|
READ
Code Value: read
|
SEARCH_TYPE
Code Value: search-type
|
UPDATE
Code Value: update
|
VALIDATE
Code Value: validate
|
VREAD
Code Value: vread
|
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<TypeRestfulInteractionEnum> |
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:
TypeRestfulInteraction
|
| Modifier and Type | Method and Description |
|---|---|
static TypeRestfulInteractionEnum |
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 TypeRestfulInteractionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeRestfulInteractionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeRestfulInteractionEnum READ
public static final TypeRestfulInteractionEnum VREAD
public static final TypeRestfulInteractionEnum UPDATE
public static final TypeRestfulInteractionEnum DELETE
public static final TypeRestfulInteractionEnum HISTORY_INSTANCE
public static final TypeRestfulInteractionEnum VALIDATE
public static final TypeRestfulInteractionEnum HISTORY_TYPE
public static final TypeRestfulInteractionEnum CREATE
public static final TypeRestfulInteractionEnum SEARCH_TYPE
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<TypeRestfulInteractionEnum> VALUESET_BINDER
public static TypeRestfulInteractionEnum[] values()
for (TypeRestfulInteractionEnum c : TypeRestfulInteractionEnum.values()) System.out.println(c);
public static TypeRestfulInteractionEnum 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 TypeRestfulInteractionEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.