public enum AssertOperatorCodes extends Enum<AssertOperatorCodes>
| Enum Constant and Description |
|---|
CONTAINS
Compare value string contains a known value.
|
EMPTY
Compare value is empty.
|
EQUALS
Default value.
|
EVAL
Evaluate the FHIRPath expression as a boolean condition.
|
GREATERTHAN
Compare value to be greater than a known value.
|
IN
Compare value within a known set of values.
|
LESSTHAN
Compare value to be less than a known value.
|
NOTCONTAINS
Compare value string does not contain a known value.
|
NOTEMPTY
Compare value is not empty.
|
NOTEQUALS
Not equals comparison.
|
NOTIN
Compare value not within a known set of values.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static AssertOperatorCodes |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static AssertOperatorCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssertOperatorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssertOperatorCodes EQUALS
public static final AssertOperatorCodes NOTEQUALS
public static final AssertOperatorCodes IN
public static final AssertOperatorCodes NOTIN
public static final AssertOperatorCodes GREATERTHAN
public static final AssertOperatorCodes LESSTHAN
public static final AssertOperatorCodes EMPTY
public static final AssertOperatorCodes NOTEMPTY
public static final AssertOperatorCodes CONTAINS
public static final AssertOperatorCodes NOTCONTAINS
public static final AssertOperatorCodes EVAL
public static final AssertOperatorCodes NULL
public static AssertOperatorCodes[] values()
for (AssertOperatorCodes c : AssertOperatorCodes.values()) System.out.println(c);
public static AssertOperatorCodes 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 AssertOperatorCodes 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.