public enum V3SetOperator extends Enum<V3SetOperator>
| Enum Constant and Description |
|---|
_VALUESETOPERATOR
Operations that can be used to associate concepts in a terminology.
|
A
Form the intersection with the value.
|
E
Form the set-difference with this value, i.e., exclude this element or set from the resulting set.
|
H
Form the convex hull with the value.
|
I
Form the union with this value, i.e., include this element or set in the resulting set.
|
NULL
added to help the parsers
|
P
Form the periodic hull with the value.
|
| Modifier and Type | Method and Description |
|---|---|
static V3SetOperator |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3SetOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3SetOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3SetOperator _VALUESETOPERATOR
public static final V3SetOperator E
public static final V3SetOperator I
public static final V3SetOperator A
public static final V3SetOperator H
public static final V3SetOperator P
public static final V3SetOperator NULL
public static V3SetOperator[] values()
for (V3SetOperator c : V3SetOperator.values()) System.out.println(c);
public static V3SetOperator 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 V3SetOperator 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.