Uses of Class
com.ibm.fhir.model.annotation.Binding
-
Packages that use Binding Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.util -
-
Uses of Binding in com.ibm.fhir.model.resource
Fields in com.ibm.fhir.model.resource with annotations of type Binding Modifier and Type Field Description protected Code
Resource. language
-
Uses of Binding in com.ibm.fhir.model.type
Classes in com.ibm.fhir.model.type with annotations of type Binding Modifier and Type Class Description class
Age
A duration of time during which an organism (or a process) has existed.class
Distance
A length - a value with a unit that is a physical distance.class
Duration
A length of time.Fields in com.ibm.fhir.model.type with annotations of type Binding Modifier and Type Field Description protected QuantityComparator
Quantity. comparator
-
Uses of Binding in com.ibm.fhir.model.util
Methods in com.ibm.fhir.model.util that return Binding Modifier and Type Method Description Binding
ModelSupport.ElementInfo. getBinding()
Constructors in com.ibm.fhir.model.util with parameters of type Binding Constructor Description ElementInfo(java.lang.String name, java.lang.Class<?> type, java.lang.Class<?> declaringType, boolean required, boolean repeating, boolean choice, java.util.Set<java.lang.Class<?>> choiceTypes, boolean reference, java.util.Set<java.lang.String> referenceTypes, Binding binding, boolean isSummary)
-