Uses of Class
com.ibm.fhir.model.type.Age
-
Packages that use Age Package Description com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of Age in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Age Modifier and Type Method Description AgeAge.Builder. build()Build theAgeMethods in com.ibm.fhir.model.type with parameters of type Age Modifier and Type Method Description protected Age.BuilderAge.Builder. from(Age age) -
Uses of Age in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Age Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Age age)Delegates to#visit(elementName, elementIndex, Quantity)booleanVisitor. visit(String elementName, int elementIndex, Age age)
-