Uses of Class
org.linuxforhealth.fhir.model.resource.Linkage
-
Packages that use Linkage Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of Linkage in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Linkage Modifier and Type Method Description Linkage
Linkage.Builder. build()
Build theLinkage
Methods in org.linuxforhealth.fhir.model.resource with parameters of type Linkage Modifier and Type Method Description protected Linkage.Builder
Linkage.Builder. from(Linkage linkage)
protected void
Linkage.Builder. validate(Linkage linkage)
-
Uses of Linkage in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type Linkage Modifier and Type Method Description boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, Linkage linkage)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, Linkage linkage)
-