Uses of Class
org.linuxforhealth.fhir.path.FHIRPathBooleanValue
-
Packages that use FHIRPathBooleanValue Package Description org.linuxforhealth.fhir.path org.linuxforhealth.fhir.path.util org.linuxforhealth.fhir.path.visitor org.linuxforhealth.fhir.persistence.util -
-
Uses of FHIRPathBooleanValue in org.linuxforhealth.fhir.path
Fields in org.linuxforhealth.fhir.path declared as FHIRPathBooleanValue Modifier and Type Field Description static FHIRPathBooleanValue
FHIRPathBooleanValue. FALSE
static FHIRPathBooleanValue
FHIRPathBooleanValue. TRUE
Methods in org.linuxforhealth.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(java.lang.Boolean _boolean)
Static factory method for creating FHIRPathBooleanValue instances from aBoolean
valuestatic FHIRPathBooleanValue
FHIRPathBooleanValue. booleanValue(java.lang.String path, java.lang.String name, java.lang.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 org.linuxforhealth.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 org.linuxforhealth.fhir.path.util
Methods in org.linuxforhealth.fhir.path.util that return FHIRPathBooleanValue Modifier and Type Method Description static FHIRPathBooleanValue
FHIRPathUtil. getBooleanValue(java.util.Collection<FHIRPathNode> nodes)
-
Uses of FHIRPathBooleanValue in org.linuxforhealth.fhir.path.visitor
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.persistence.util
Methods in org.linuxforhealth.fhir.persistence.util with parameters of type FHIRPathBooleanValue Modifier and Type Method Description T
Processor. process(SearchParameter parameter, FHIRPathBooleanValue value)
Deprecated.
-