Uses of Class
com.ibm.fhir.model.type.Uuid
-
Packages that use Uuid Package Description com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of Uuid in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Uuid Modifier and Type Method Description UuidUuid.Builder. build()Build theUuidstatic UuidUuid. of(String value)Methods in com.ibm.fhir.model.type with parameters of type Uuid Modifier and Type Method Description protected Uuid.BuilderUuid.Builder. from(Uuid uuid) -
Uses of Uuid in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Uuid Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Uuid uuid)Delegates to#visit(elementName, elementIndex, Uri)booleanVisitor. visit(String elementName, int elementIndex, Uuid uuid)
-