Uses of Class
org.linuxforhealth.fhir.model.annotation.Binding
-
Packages that use Binding Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.type org.linuxforhealth.fhir.model.util -
-
Uses of Binding in org.linuxforhealth.fhir.model.resource
Fields in org.linuxforhealth.fhir.model.resource with annotations of type Binding Modifier and Type Field Description protected Code
Resource. language
-
Uses of Binding in org.linuxforhealth.fhir.model.type
Classes in org.linuxforhealth.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 org.linuxforhealth.fhir.model.type with annotations of type Binding Modifier and Type Field Description protected QuantityComparator
Quantity. comparator
-
Uses of Binding in org.linuxforhealth.fhir.model.util
Methods in org.linuxforhealth.fhir.model.util that return Binding Modifier and Type Method Description Binding
ModelSupport.ElementInfo. getBinding()
Constructors in org.linuxforhealth.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)
-