Uses of Class
com.ibm.fhir.path.FHIRPathIntegerValue
-
Packages that use FHIRPathIntegerValue Package Description com.ibm.fhir.path com.ibm.fhir.path.util com.ibm.fhir.path.visitor com.ibm.fhir.persistence.util -
-
Uses of FHIRPathIntegerValue in com.ibm.fhir.path
Methods in com.ibm.fhir.path that return FHIRPathIntegerValue Modifier and Type Method Description default FHIRPathIntegerValueFHIRPathNumberValue. asIntegerValue()Cast this FHIRPathNumberValue to aFHIRPathIntegerValueFHIRPathIntegerValueFHIRPathIntegerValue.Builder. build()Build a FHIRPathIntegerValue instance using this builderstatic FHIRPathIntegerValueFHIRPathIntegerValue. integerValue(Integer integer)Static factory method for creating FHIRPathIntegerValue instances from anIntegervaluestatic FHIRPathIntegerValueFHIRPathIntegerValue. integerValue(String name, Integer integer)Static factory method for creating named FHIRPathIntegerValue instances from anIntegervalue -
Uses of FHIRPathIntegerValue in com.ibm.fhir.path.util
Methods in com.ibm.fhir.path.util that return FHIRPathIntegerValue Modifier and Type Method Description static FHIRPathIntegerValueFHIRPathUtil. getIntegerValue(Collection<FHIRPathNode> nodes) -
Uses of FHIRPathIntegerValue in com.ibm.fhir.path.visitor
Methods in com.ibm.fhir.path.visitor with parameters of type FHIRPathIntegerValue Modifier and Type Method Description voidFHIRPathDefaultNodeVisitor. visit(FHIRPathIntegerValue value)voidFHIRPathNodeVisitor. visit(FHIRPathIntegerValue value) -
Uses of FHIRPathIntegerValue in com.ibm.fhir.persistence.util
Methods in com.ibm.fhir.persistence.util with parameters of type FHIRPathIntegerValue Modifier and Type Method Description TProcessor. process(SearchParameter parameter, FHIRPathIntegerValue value)
-