Package com.ibm.fhir.path
Class ListTypeInfo
- java.lang.Object
-
- com.ibm.fhir.path.ListTypeInfo
-
- All Implemented Interfaces:
TypeInfo
public class ListTypeInfo extends Object implements TypeInfo
This class is part of the implementation for the Types and Reflection section of the FHIRPath specification:- See Also:
- FHIRPath Types and Reflection
-
-
Constructor Summary
Constructors Constructor Description ListTypeInfo(String elementType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetElementType()The element type of this ListTypeInfo-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.fhir.path.TypeInfo
getName, getNamespace
-
-