Package ca.uhn.fhir.util
Class ResourceReferenceInfo
java.lang.Object
ca.uhn.fhir.util.ResourceReferenceInfo
Created by Bill de Beaubien on 2/26/2015.
-
Constructor Summary
ConstructorsConstructorDescriptionResourceReferenceInfo(FhirContext theContext, IBaseResource theOwningResource, List<String> thePathToElement, IBaseReference theElement) -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanmatchesInclude(Include theInclude)booleanmatchesIncludeSet(Set<Include> theIncludes)toString()
-
Constructor Details
-
ResourceReferenceInfo
public ResourceReferenceInfo(FhirContext theContext, IBaseResource theOwningResource, List<String> thePathToElement, IBaseReference theElement)
-
-
Method Details