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 FHIRPathBooleanValueFHIRPathBooleanValue. FALSEstatic FHIRPathBooleanValueFHIRPathBooleanValue. TRUEMethods in com.ibm.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(Boolean _boolean)Static factory method for creating FHIRPathBooleanValue instances from aBooleanvaluestatic FHIRPathBooleanValueFHIRPathBooleanValue. booleanValue(String name, 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 com.ibm.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 com.ibm.fhir.path.util
Methods in com.ibm.fhir.path.util that return FHIRPathBooleanValue Modifier and Type Method Description static FHIRPathBooleanValueFHIRPathUtil. 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 voidFHIRPathDefaultNodeVisitor. visit(FHIRPathBooleanValue value)voidFHIRPathNodeVisitor. 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 TProcessor. process(SearchParameter parameter, FHIRPathBooleanValue value)
-