Package org.hl7.fhir.r4.utils
Class FHIRPathEngine.ElementDefinitionMatch
- java.lang.Object
-
- org.hl7.fhir.r4.utils.FHIRPathEngine.ElementDefinitionMatch
-
- Enclosing class:
- FHIRPathEngine
public class FHIRPathEngine.ElementDefinitionMatch extends Object
-
-
Constructor Summary
Constructors Constructor Description ElementDefinitionMatch(ElementDefinition definition, String fixedType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementDefinitiongetDefinition()StringgetFixedType()
-
-
-
Constructor Detail
-
ElementDefinitionMatch
public ElementDefinitionMatch(ElementDefinition definition, String fixedType)
-
-
Method Detail
-
getDefinition
public ElementDefinition getDefinition()
-
getFixedType
public String getFixedType()
-
-