Uses of Class
com.ibm.fhir.path.FHIRPathBooleanValue
-
Packages that use FHIRPathBooleanValue Package Description com.ibm.fhir.path com.ibm.fhir.path.util com.ibm.fhir.path.visitor com.ibm.fhir.persistence.util -
-
Uses of FHIRPathBooleanValue in com.ibm.fhir.path
Fields in com.ibm.fhir.path declared as FHIRPathBooleanValue Modifier and Type Field Description static FHIRPathBooleanValue
FHIRPathBooleanValue. FALSE
static FHIRPathBooleanValue
FHIRPathBooleanValue. TRUE
Methods in com.ibm.fhir.path that return FHIRPathBooleanValue Modifier and Type Method Description FHIRPathBooleanValue
FHIRPathBooleanValue. and(FHIRPathBooleanValue value)
Perform a logical AND operation between this FHIRPathBooleanValue and the parameterdefault FHIRPathBooleanValue
FHIRPathSystemValue. asBooleanValue()
Cast this FHIRPathSystemValue to aFHIRPathBooleanValue
static FHIRPathBooleanValue
FHIRPathBooleanValue. booleanValue(Boolean _boolean)
Static factory method for creating FHIRPathBooleanValue instances from aBoolean
valuestatic FHIRPathBooleanValue
FHIRPathBooleanValue. booleanValue(String name, Boolean _boolean)
Static factory method for creating named FHIRPathBooleanValue instances from aBoolean
valueFHIRPathBooleanValue
FHIRPathBooleanValue.Builder. build()
Build a FHIRPathBooleanValue instance using this builderFHIRPathBooleanValue
FHIRPathBooleanValue. implies(FHIRPathBooleanValue value)
Perform a logical IMPLIES operation between this FHIRPathBooleanValue and the parameterFHIRPathBooleanValue
FHIRPathBooleanValue. not()
Perform a logical NOT operation on this FHIRPathBooleanValueFHIRPathBooleanValue
FHIRPathBooleanValue. or(FHIRPathBooleanValue value)
Perform a logical OR operation between this FHIRPathBooleanValue and the parameterFHIRPathBooleanValue
FHIRPathBooleanValue. xor(FHIRPathBooleanValue value)
Perform a logical XOR operation between this FHIRPathBooleanValue and the parameterMethods in com.ibm.fhir.path with parameters of type FHIRPathBooleanValue Modifier and Type Method Description FHIRPathBooleanValue
FHIRPathBooleanValue. and(FHIRPathBooleanValue value)
Perform a logical AND operation between this FHIRPathBooleanValue and the parameterFHIRPathBooleanValue
FHIRPathBooleanValue. implies(FHIRPathBooleanValue value)
Perform a logical IMPLIES operation between this FHIRPathBooleanValue and the parameterFHIRPathBooleanValue
FHIRPathBooleanValue. or(FHIRPathBooleanValue value)
Perform a logical OR operation between this FHIRPathBooleanValue and the parameterFHIRPathBooleanValue
FHIRPathBooleanValue. xor(FHIRPathBooleanValue value)
Perform a logical XOR operation between this FHIRPathBooleanValue and the parameter -
Uses of FHIRPathBooleanValue in com.ibm.fhir.path.util
Methods in com.ibm.fhir.path.util that return FHIRPathBooleanValue Modifier and Type Method Description static FHIRPathBooleanValue
FHIRPathUtil. getBooleanValue(Collection<FHIRPathNode> nodes)
-
Uses of FHIRPathBooleanValue in com.ibm.fhir.path.visitor
Methods in com.ibm.fhir.path.visitor with parameters of type FHIRPathBooleanValue Modifier and Type Method Description void
FHIRPathDefaultNodeVisitor. visit(FHIRPathBooleanValue value)
void
FHIRPathNodeVisitor. visit(FHIRPathBooleanValue value)
-
Uses of FHIRPathBooleanValue in com.ibm.fhir.persistence.util
Methods in com.ibm.fhir.persistence.util with parameters of type FHIRPathBooleanValue Modifier and Type Method Description T
Processor. process(SearchParameter parameter, FHIRPathBooleanValue value)
-