Package com.ibm.fhir.path
Class TupleTypeInfo
- java.lang.Object
-
- com.ibm.fhir.path.TupleTypeInfo
-
- All Implemented Interfaces:
TypeInfo
public class TupleTypeInfo 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 TupleTypeInfo(List<TupleTypeInfoElement> element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Indicates whether this TupleTypeInfo is equal to the parameterList<TupleTypeInfoElement>
getElement()
The list ofTupleTypeInfoElement
elements of this TupleTypeInfoint
hashCode()
String
toString()
-
Methods inherited from interface com.ibm.fhir.path.TypeInfo
getName, getNamespace
-
-
-
-
Constructor Detail
-
TupleTypeInfo
public TupleTypeInfo(List<TupleTypeInfoElement> element)
-
-
Method Detail
-
getElement
public List<TupleTypeInfoElement> getElement()
The list ofTupleTypeInfoElement
elements of this TupleTypeInfo- Returns:
- the list of
TupleTypeInfoElement
elements for this TupleTypeInfo
-
equals
public boolean equals(Object obj)
Indicates whether this TupleTypeInfo is equal to the parameter
-
-