public enum ProvenanceEntityRoleEnum extends Enum<ProvenanceEntityRoleEnum>
| Enum Constant and Description |
|---|
DERIVATION
Display: Derivation
Code Value: derivation A transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a preexisting entity. |
QUOTATION
Display: Quotation
Code Value: quotation The repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author. |
REVISION
Display: Revision
Code Value: revision A derivation for which the resulting entity is a revised version of some original. |
SOURCE
Display: Source
Code Value: source A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ProvenanceEntityRoleEnum> |
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:
ProvenanceEntityRole
|
| Modifier and Type | Method and Description |
|---|---|
static ProvenanceEntityRoleEnum |
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 ProvenanceEntityRoleEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvenanceEntityRoleEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProvenanceEntityRoleEnum DERIVATION
public static final ProvenanceEntityRoleEnum REVISION
public static final ProvenanceEntityRoleEnum QUOTATION
public static final ProvenanceEntityRoleEnum SOURCE
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ProvenanceEntityRoleEnum> VALUESET_BINDER
public static ProvenanceEntityRoleEnum[] values()
for (ProvenanceEntityRoleEnum c : ProvenanceEntityRoleEnum.values()) System.out.println(c);
public static ProvenanceEntityRoleEnum 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 ProvenanceEntityRoleEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.