public static enum TestScript.AssertionOperatorType extends Enum<TestScript.AssertionOperatorType>
| 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 with the generic types
|
| Modifier and Type | Method and Description |
|---|---|
static TestScript.AssertionOperatorType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static TestScript.AssertionOperatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestScript.AssertionOperatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestScript.AssertionOperatorType EQUALS
public static final TestScript.AssertionOperatorType NOTEQUALS
public static final TestScript.AssertionOperatorType IN
public static final TestScript.AssertionOperatorType NOTIN
public static final TestScript.AssertionOperatorType GREATERTHAN
public static final TestScript.AssertionOperatorType LESSTHAN
public static final TestScript.AssertionOperatorType EMPTY
public static final TestScript.AssertionOperatorType NOTEMPTY
public static final TestScript.AssertionOperatorType CONTAINS
public static final TestScript.AssertionOperatorType NOTCONTAINS
public static final TestScript.AssertionOperatorType EVAL
public static final TestScript.AssertionOperatorType NULL
public static TestScript.AssertionOperatorType[] values()
for (TestScript.AssertionOperatorType c : TestScript.AssertionOperatorType.values()) System.out.println(c);
public static TestScript.AssertionOperatorType 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 TestScript.AssertionOperatorType 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.