public static enum ElementDefinition.ReferenceVersionRules extends Enum<ElementDefinition.ReferenceVersionRules>
| Enum Constant and Description |
|---|
EITHER
The reference may be either version independent or version specific.
|
INDEPENDENT
The reference must be version independent.
|
NULL
added to help the parsers with the generic types
|
SPECIFIC
The reference must be version specific.
|
| Modifier and Type | Method and Description |
|---|---|
static ElementDefinition.ReferenceVersionRules |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ElementDefinition.ReferenceVersionRules |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementDefinition.ReferenceVersionRules[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElementDefinition.ReferenceVersionRules EITHER
public static final ElementDefinition.ReferenceVersionRules INDEPENDENT
public static final ElementDefinition.ReferenceVersionRules SPECIFIC
public static final ElementDefinition.ReferenceVersionRules NULL
public static ElementDefinition.ReferenceVersionRules[] values()
for (ElementDefinition.ReferenceVersionRules c : ElementDefinition.ReferenceVersionRules.values()) System.out.println(c);
public static ElementDefinition.ReferenceVersionRules 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 ElementDefinition.ReferenceVersionRules fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.