public static enum CapabilityStatement.ReferenceHandlingPolicy extends Enum<CapabilityStatement.ReferenceHandlingPolicy>
| Enum Constant and Description |
|---|
ENFORCED
The server enforces that references have integrity - e.g.
|
LITERAL
The server supports and populates Literal references (i.e.
|
LOCAL
The server does not support references that point to other servers.
|
LOGICAL
The server allows logical references (i.e.
|
NULL
added to help the parsers with the generic types
|
RESOLVES
The server will attempt to resolve logical references to literal references - i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static CapabilityStatement.ReferenceHandlingPolicy |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CapabilityStatement.ReferenceHandlingPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapabilityStatement.ReferenceHandlingPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CapabilityStatement.ReferenceHandlingPolicy LITERAL
public static final CapabilityStatement.ReferenceHandlingPolicy LOGICAL
public static final CapabilityStatement.ReferenceHandlingPolicy RESOLVES
public static final CapabilityStatement.ReferenceHandlingPolicy ENFORCED
public static final CapabilityStatement.ReferenceHandlingPolicy LOCAL
public static final CapabilityStatement.ReferenceHandlingPolicy NULL
public static CapabilityStatement.ReferenceHandlingPolicy[] values()
for (CapabilityStatement.ReferenceHandlingPolicy c : CapabilityStatement.ReferenceHandlingPolicy.values()) System.out.println(c);
public static CapabilityStatement.ReferenceHandlingPolicy 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 CapabilityStatement.ReferenceHandlingPolicy 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.