Class 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
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Indicates whether this TupleTypeInfo is equal to the parameter
        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - the other Object
        Returns:
        true if TupleTypeInfo is equal to the parameter, otherwise false
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object