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 booleanequals(Object obj)Indicates whether this TupleTypeInfo is equal to the parameterList<TupleTypeInfoElement>getElement()The list ofTupleTypeInfoElementelements of this TupleTypeInfointhashCode()StringtoString()- 
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 ofTupleTypeInfoElementelements of this TupleTypeInfo- Returns:
 - the list of 
TupleTypeInfoElementelements for this TupleTypeInfo 
 
- 
equals
public boolean equals(Object obj)
Indicates whether this TupleTypeInfo is equal to the parameter 
 - 
 
 -