Uses of Class
com.ibm.fhir.path.FHIRPathStringValue
-
Packages that use FHIRPathStringValue Package Description com.ibm.fhir.path com.ibm.fhir.path.util com.ibm.fhir.path.visitor com.ibm.fhir.persistence.util -
-
Uses of FHIRPathStringValue in com.ibm.fhir.path
Fields in com.ibm.fhir.path declared as FHIRPathStringValue Modifier and Type Field Description static FHIRPathStringValue
FHIRPathStringValue. EMPTY_STRING
Methods in com.ibm.fhir.path that return FHIRPathStringValue Modifier and Type Method Description default FHIRPathStringValue
FHIRPathSystemValue. asStringValue()
Cast this FHIRPathSystemValue to aFHIRPathStringValue
FHIRPathStringValue
FHIRPathStringValue.Builder. build()
Build a FHIRPathStringValue instance using this builderFHIRPathStringValue
FHIRPathStringValue. concat(FHIRPathStringValue value)
FHIRPathStringValue
FHIRPathStringValue. lower()
Convert the characters in this FHIRPathStringValue to lower caseFHIRPathStringValue
FHIRPathStringValue. replace(FHIRPathStringValue pattern, FHIRPathStringValue substitution)
Replace occurrences of pattern in this FHIRPathStringValue with substitutionFHIRPathStringValue
FHIRPathStringValue. replaceMatches(FHIRPathStringValue regex, FHIRPathStringValue substitution)
Replace matches of regex in this FHIRPathStringValue with substitutionstatic FHIRPathStringValue
FHIRPathStringValue. stringValue(String string)
Static factory method for creating FHIRPathStringValue instances from aString
valuestatic FHIRPathStringValue
FHIRPathStringValue. stringValue(String name, String string)
Static factory method for creating named FHIRPathStringValue instances from aString
valueFHIRPathStringValue
FHIRPathStringValue. substring(int start)
Returns the part of this FHIRPathStringValue starting at position startFHIRPathStringValue
FHIRPathStringValue. substring(int start, int length)
Returns the part of this FHIRPathStringValue starting at position start up to length number of charactersFHIRPathStringValue
FHIRPathStringValue. upper()
Convert the characters in this FHIRPathStringValue to upper caseMethods in com.ibm.fhir.path with parameters of type FHIRPathStringValue Modifier and Type Method Description FHIRPathStringValue
FHIRPathStringValue. concat(FHIRPathStringValue value)
boolean
FHIRPathStringValue. contains(FHIRPathStringValue substring)
Indicates whether this FHIRPathStringValue contains the substring in the parameterboolean
FHIRPathStringValue. endsWith(FHIRPathStringValue suffix)
Indicates whether this FHIRPathStringValue ends with the suffix in the parameterboolean
FHIRPathStringValue. matches(FHIRPathStringValue regex)
Indicates whether theString
value wrapped by this FHIRPathStringValue matches the regex in the parameterFHIRPathStringValue
FHIRPathStringValue. replace(FHIRPathStringValue pattern, FHIRPathStringValue substitution)
Replace occurrences of pattern in this FHIRPathStringValue with substitutionFHIRPathStringValue
FHIRPathStringValue. replaceMatches(FHIRPathStringValue regex, FHIRPathStringValue substitution)
Replace matches of regex in this FHIRPathStringValue with substitutionboolean
FHIRPathStringValue. startsWith(FHIRPathStringValue prefix)
Indicates whether this FHIRPathStringValue starts with the prefix in the parameter -
Uses of FHIRPathStringValue in com.ibm.fhir.path.util
Methods in com.ibm.fhir.path.util that return FHIRPathStringValue Modifier and Type Method Description static FHIRPathStringValue
FHIRPathUtil. getStringValue(Collection<FHIRPathNode> nodes)
-
Uses of FHIRPathStringValue in com.ibm.fhir.path.visitor
Methods in com.ibm.fhir.path.visitor with parameters of type FHIRPathStringValue Modifier and Type Method Description void
FHIRPathDefaultNodeVisitor. visit(FHIRPathStringValue value)
void
FHIRPathNodeVisitor. visit(FHIRPathStringValue value)
-
Uses of FHIRPathStringValue in com.ibm.fhir.persistence.util
Methods in com.ibm.fhir.persistence.util with parameters of type FHIRPathStringValue Modifier and Type Method Description T
Processor. process(SearchParameter parameter, FHIRPathStringValue value)
-