Class TupleTypeInfoElement


  • public class TupleTypeInfoElement
    extends 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 Detail

      • TupleTypeInfoElement

        public TupleTypeInfoElement​(String name,
                                    String type)
      • TupleTypeInfoElement

        public TupleTypeInfoElement​(String name,
                                    String type,
                                    Boolean oneBased)
    • Method Detail

      • getName

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

        public 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​(Object obj)
        Indicates whether this TupleTypeInfoElement is equal to the parameter
        Overrides:
        equals in class Object
        Parameters:
        obj - the other Object
        Returns:
        true if TupleTypeInfoElement is equal to the parameter, otherwise false