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