Uses of Class
com.ibm.fhir.path.FHIRPathBooleanValue.Builder
-
Packages that use FHIRPathBooleanValue.Builder Package Description com.ibm.fhir.path -
-
Uses of FHIRPathBooleanValue.Builder in com.ibm.fhir.path
Methods in com.ibm.fhir.path that return FHIRPathBooleanValue.Builder Modifier and Type Method Description static FHIRPathBooleanValue.Builder
FHIRPathBooleanValue. builder(Boolean _boolean)
Static factory method for creating builder instances from aBoolean
valueFHIRPathBooleanValue.Builder
FHIRPathBooleanValue.Builder. children(FHIRPathNode... children)
FHIRPathBooleanValue.Builder
FHIRPathBooleanValue.Builder. children(Collection<FHIRPathNode> children)
FHIRPathBooleanValue.Builder
FHIRPathBooleanValue.Builder. name(String name)
FHIRPathBooleanValue.Builder
FHIRPathBooleanValue.Builder. path(String path)
FHIRPathBooleanValue.Builder
FHIRPathBooleanValue. toBuilder()
FHIRPathBooleanValue.Builder
FHIRPathBooleanValue.Builder. value(FHIRPathSystemValue value)
Constructors in com.ibm.fhir.path with parameters of type FHIRPathBooleanValue.Builder Constructor Description FHIRPathBooleanValue(FHIRPathBooleanValue.Builder builder)
-