Package com.ibm.fhir.path
Interface TypeInfo
-
- All Known Implementing Classes:
ClassInfo
,ListTypeInfo
,SimpleTypeInfo
,TupleTypeInfo
public interface TypeInfo
This class is part of the implementation for the Types and Reflection section of the FHIRPath specification:- See Also:
- FHIRPath Types and Reflection
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default String
getName()
The name of this TypeInfodefault String
getNamespace()
The namespace of this TypeInfo
-