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 FHIRPathStringValueFHIRPathStringValue. EMPTY_STRINGMethods in com.ibm.fhir.path that return FHIRPathStringValue Modifier and Type Method Description default FHIRPathStringValueFHIRPathSystemValue. asStringValue()Cast this FHIRPathSystemValue to aFHIRPathStringValueFHIRPathStringValueFHIRPathStringValue.Builder. build()Build a FHIRPathStringValue instance using this builderFHIRPathStringValueFHIRPathStringValue. concat(FHIRPathStringValue value)FHIRPathStringValueFHIRPathStringValue. lower()Convert the characters in this FHIRPathStringValue to lower caseFHIRPathStringValueFHIRPathStringValue. replace(FHIRPathStringValue pattern, FHIRPathStringValue substitution)Replace occurrences of pattern in this FHIRPathStringValue with substitutionFHIRPathStringValueFHIRPathStringValue. replaceMatches(FHIRPathStringValue regex, FHIRPathStringValue substitution)Replace matches of regex in this FHIRPathStringValue with substitutionstatic FHIRPathStringValueFHIRPathStringValue. stringValue(String string)Static factory method for creating FHIRPathStringValue instances from aStringvaluestatic FHIRPathStringValueFHIRPathStringValue. stringValue(String name, String string)Static factory method for creating named FHIRPathStringValue instances from aStringvalueFHIRPathStringValueFHIRPathStringValue. substring(int start)Returns the part of this FHIRPathStringValue starting at position startFHIRPathStringValueFHIRPathStringValue. substring(int start, int length)Returns the part of this FHIRPathStringValue starting at position start up to length number of charactersFHIRPathStringValueFHIRPathStringValue. 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 FHIRPathStringValueFHIRPathStringValue. concat(FHIRPathStringValue value)booleanFHIRPathStringValue. contains(FHIRPathStringValue substring)Indicates whether this FHIRPathStringValue contains the substring in the parameterbooleanFHIRPathStringValue. endsWith(FHIRPathStringValue suffix)Indicates whether this FHIRPathStringValue ends with the suffix in the parameterbooleanFHIRPathStringValue. matches(FHIRPathStringValue regex)Indicates whether theStringvalue wrapped by this FHIRPathStringValue matches the regex in the parameterFHIRPathStringValueFHIRPathStringValue. replace(FHIRPathStringValue pattern, FHIRPathStringValue substitution)Replace occurrences of pattern in this FHIRPathStringValue with substitutionFHIRPathStringValueFHIRPathStringValue. replaceMatches(FHIRPathStringValue regex, FHIRPathStringValue substitution)Replace matches of regex in this FHIRPathStringValue with substitutionbooleanFHIRPathStringValue. 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 FHIRPathStringValueFHIRPathUtil. 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 voidFHIRPathDefaultNodeVisitor. visit(FHIRPathStringValue value)voidFHIRPathNodeVisitor. 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 TProcessor. process(SearchParameter parameter, FHIRPathStringValue value)
-