Package ca.uhn.fhir.util
Class ResourceReferenceInfo
- java.lang.Object
-
- ca.uhn.fhir.util.ResourceReferenceInfo
-
public class ResourceReferenceInfo extends Object
Created by Bill de Beaubien on 2/26/2015.
-
-
Constructor Summary
Constructors Constructor Description ResourceReferenceInfo(FhirContext theContext, IBaseResource theOwningResource, List<String> thePathToElement, IBaseReference theElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()IBaseReferencegetResourceReference()booleanmatchesInclude(Include theInclude)booleanmatchesIncludeSet(Set<Include> theIncludes)StringtoString()
-
-
-
Constructor Detail
-
ResourceReferenceInfo
public ResourceReferenceInfo(FhirContext theContext, IBaseResource theOwningResource, List<String> thePathToElement, IBaseReference theElement)
-
-
Method Detail
-
getResourceReference
public IBaseReference getResourceReference()
-
matchesIncludeSet
public boolean matchesIncludeSet(Set<Include> theIncludes)
-
matchesInclude
public boolean matchesInclude(Include theInclude)
-
-