Class TupleTypeInfoElement


  • public class TupleTypeInfoElement
    extends java.lang.Object
    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
      TupleTypeInfoElement​(java.lang.String name, java.lang.String type, boolean oneBased)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Indicates whether this TupleTypeInfoElement is equal to the parameter
      java.lang.String getName()
      The name of this TupleTypeInfoElement
      java.lang.String getType()
      The type of this TupleTypeInfoElement
      boolean isOneBased()
      Indicates whether this TupleTypeInfoElement is one-based
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TupleTypeInfoElement

        public TupleTypeInfoElement​(java.lang.String name,
                                    java.lang.String type,
                                    boolean oneBased)
    • Method Detail

      • getName

        public java.lang.String getName()
        The name of this TupleTypeInfoElement
        Returns:
        the name of this TupleTypeInfoElement
      • getType

        public java.lang.String getType()
        The type of this TupleTypeInfoElement
        Returns:
        the type of this TupleTypeInfoElement
      • isOneBased

        public boolean isOneBased()
        Indicates whether this TupleTypeInfoElement is one-based
        Returns:
        true if this TupleTypeInfoElement is one-based, otherwise false
      • equals

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

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