public static enum Enumerations.BindingStrength extends Enum<Enumerations.BindingStrength>
| Enum Constant and Description |
|---|
EXAMPLE
Instances are not expected or even encouraged to draw from the specified value set.
|
EXTENSIBLE
To be conformant, the concept in this element SHALL be from the specified value set if any of the codes within the value set can apply to the concept being communicated.
|
NULL
added to help the parsers
|
PREFERRED
Instances are encouraged to draw from the specified codes for interoperability purposes but are not required to do so to be considered conformant.
|
REQUIRED
To be conformant, the concept in this element SHALL be from the specified value set.
|
| Modifier and Type | Method and Description |
|---|---|
static Enumerations.BindingStrength |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Enumerations.BindingStrength |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumerations.BindingStrength[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumerations.BindingStrength REQUIRED
public static final Enumerations.BindingStrength EXTENSIBLE
public static final Enumerations.BindingStrength PREFERRED
public static final Enumerations.BindingStrength EXAMPLE
public static final Enumerations.BindingStrength NULL
public static Enumerations.BindingStrength[] values()
for (Enumerations.BindingStrength c : Enumerations.BindingStrength.values()) System.out.println(c);
public static Enumerations.BindingStrength 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 Enumerations.BindingStrength 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.