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 FHIRPathIntegerValue
FHIRPathNumberValue. asIntegerValue()
Cast this FHIRPathNumberValue to aFHIRPathIntegerValue
FHIRPathIntegerValue
FHIRPathIntegerValue.Builder. build()
Build a FHIRPathIntegerValue instance using this builderstatic FHIRPathIntegerValue
FHIRPathIntegerValue. integerValue(Integer integer)
Static factory method for creating FHIRPathIntegerValue instances from anInteger
valuestatic FHIRPathIntegerValue
FHIRPathIntegerValue. integerValue(String name, Integer integer)
Static factory method for creating named FHIRPathIntegerValue instances from anInteger
value -
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 FHIRPathIntegerValue
FHIRPathUtil. 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 void
FHIRPathDefaultNodeVisitor. visit(FHIRPathIntegerValue value)
void
FHIRPathNodeVisitor. 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 T
Processor. process(SearchParameter parameter, FHIRPathIntegerValue value)
Deprecated.
-