Package com.ibm.fhir.path
Interface TypeInfo
- 
- All Known Implementing Classes:
 ClassInfo,ListTypeInfo,SimpleTypeInfo,TupleTypeInfo
public interface TypeInfoThis 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 StringgetName()The name of this TypeInfodefault StringgetNamespace()The namespace of this TypeInfo 
 -