Package com.ibm.fhir.path
Class TupleTypeInfo
- java.lang.Object
 - 
- com.ibm.fhir.path.TupleTypeInfo
 
 
- 
- All Implemented Interfaces:
 TypeInfo
public class TupleTypeInfo extends java.lang.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(java.util.List<TupleTypeInfoElement> element) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Indicates whether this TupleTypeInfo is equal to the parameterjava.util.List<TupleTypeInfoElement>getElement()The list ofTupleTypeInfoElementelements of this TupleTypeInfointhashCode()java.lang.StringtoString()- 
Methods inherited from interface com.ibm.fhir.path.TypeInfo
getName, getNamespace 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
TupleTypeInfo
public TupleTypeInfo(java.util.List<TupleTypeInfoElement> element)
 
 - 
 
- 
Method Detail
- 
getElement
public java.util.List<TupleTypeInfoElement> getElement()
The list ofTupleTypeInfoElementelements of this TupleTypeInfo- Returns:
 - the list of 
TupleTypeInfoElementelements for this TupleTypeInfo 
 
- 
equals
public boolean equals(java.lang.Object obj)
Indicates whether this TupleTypeInfo is equal to the parameter- Overrides:
 equalsin classjava.lang.Object- Parameters:
 obj- the otherObject- Returns:
 - true if TupleTypeInfo is equal to the parameter, otherwise false
 
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -