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 FHIRPathBooleanValueFHIRPathBooleanValue. FALSEstatic FHIRPathBooleanValueFHIRPathBooleanValue. TRUEMethods in org.linuxforhealth.fhir.path that return FHIRPathBooleanValue Modifier and Type Method Description FHIRPathBooleanValueFHIRPathBooleanValue. and(FHIRPathBooleanValue value)Perform a logical AND operation between this FHIRPathBooleanValue and the parameterdefault FHIRPathBooleanValueFHIRPathSystemValue. asBooleanValue()Cast this FHIRPathSystemValue to aFHIRPathBooleanValuestatic FHIRPathBooleanValueFHIRPathBooleanValue. booleanValue(java.lang.Boolean _boolean)Static factory method for creating FHIRPathBooleanValue instances from aBooleanvaluestatic FHIRPathBooleanValueFHIRPathBooleanValue. booleanValue(java.lang.String path, java.lang.String name, java.lang.Boolean _boolean)Static factory method for creating named FHIRPathBooleanValue instances from aBooleanvalueFHIRPathBooleanValueFHIRPathBooleanValue.Builder. build()Build a FHIRPathBooleanValue instance using this builderFHIRPathBooleanValueFHIRPathBooleanValue. implies(FHIRPathBooleanValue value)Perform a logical IMPLIES operation between this FHIRPathBooleanValue and the parameterFHIRPathBooleanValueFHIRPathBooleanValue. not()Perform a logical NOT operation on this FHIRPathBooleanValueFHIRPathBooleanValueFHIRPathBooleanValue. or(FHIRPathBooleanValue value)Perform a logical OR operation between this FHIRPathBooleanValue and the parameterFHIRPathBooleanValueFHIRPathBooleanValue. 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 FHIRPathBooleanValueFHIRPathBooleanValue. and(FHIRPathBooleanValue value)Perform a logical AND operation between this FHIRPathBooleanValue and the parameterFHIRPathBooleanValueFHIRPathBooleanValue. implies(FHIRPathBooleanValue value)Perform a logical IMPLIES operation between this FHIRPathBooleanValue and the parameterFHIRPathBooleanValueFHIRPathBooleanValue. or(FHIRPathBooleanValue value)Perform a logical OR operation between this FHIRPathBooleanValue and the parameterFHIRPathBooleanValueFHIRPathBooleanValue. 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 FHIRPathBooleanValueFHIRPathUtil. 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 voidFHIRPathDefaultNodeVisitor. visit(FHIRPathBooleanValue value)voidFHIRPathNodeVisitor. 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 TProcessor. process(SearchParameter parameter, FHIRPathBooleanValue value)Deprecated. 
 -