Uses of Class
com.ibm.fhir.model.type.code.AssertionOperatorType
-
Packages that use AssertionOperatorType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of AssertionOperatorType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return AssertionOperatorType Modifier and Type Method Description AssertionOperatorTypeTestScript.Setup.Action.Assert. getOperator()The operator type defines the conditional behavior of the assert.Methods in com.ibm.fhir.model.resource with parameters of type AssertionOperatorType Modifier and Type Method Description TestScript.Setup.Action.Assert.BuilderTestScript.Setup.Action.Assert.Builder. operator(AssertionOperatorType operator)The operator type defines the conditional behavior of the assert. -
Uses of AssertionOperatorType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as AssertionOperatorType Modifier and Type Field Description static AssertionOperatorTypeAssertionOperatorType. CONTAINScontainsstatic AssertionOperatorTypeAssertionOperatorType. EMPTYemptystatic AssertionOperatorTypeAssertionOperatorType. EQUALSequalsstatic AssertionOperatorTypeAssertionOperatorType. EVALevaluatestatic AssertionOperatorTypeAssertionOperatorType. GREATER_THANgreaterThanstatic AssertionOperatorTypeAssertionOperatorType. INinstatic AssertionOperatorTypeAssertionOperatorType. LESS_THANlessThanstatic AssertionOperatorTypeAssertionOperatorType. NOT_CONTAINSnotContainsstatic AssertionOperatorTypeAssertionOperatorType. NOT_EMPTYnotEmptystatic AssertionOperatorTypeAssertionOperatorType. NOT_EQUALSnotEqualsstatic AssertionOperatorTypeAssertionOperatorType. NOT_INnotInMethods in com.ibm.fhir.model.type.code that return AssertionOperatorType Modifier and Type Method Description AssertionOperatorTypeAssertionOperatorType.Builder. build()static AssertionOperatorTypeAssertionOperatorType. of(AssertionOperatorType.ValueSet value)Factory method for creating AssertionOperatorType objects from a passed enum value.static AssertionOperatorTypeAssertionOperatorType. of(String value)Factory method for creating AssertionOperatorType objects from a passed string value.
-