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 CodeResource. 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 classAgeA duration of time during which an organism (or a process) has existed.classDistanceA length - a value with a unit that is a physical distance.classDurationA length of time.Fields in com.ibm.fhir.model.type with annotations of type Binding Modifier and Type Field Description protected QuantityComparatorQuantity. 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 BindingModelSupport.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) 
 -