Class TableOrder

  • All Implemented Interfaces:
    Serializable

    public final class TableOrder
    extends Object
    implements Serializable
    Used to indicate the processing order for a table (by row or by column).
    Author:
    David Gilbert
    See Also:
    Serialized Form
    • Field Detail

      • BY_ROW

        public static final TableOrder BY_ROW
        By row.
      • BY_COLUMN

        public static final TableOrder BY_COLUMN
        By column.
    • Method Detail

      • toString

        public String toString()
        Returns a string representing the object.
        Overrides:
        toString in class Object
        Returns:
        The string.
      • equals

        public boolean equals​(Object obj)
        Returns true if this object is equal to the specified object, and false otherwise.
        Overrides:
        equals in class Object
        Parameters:
        obj - the other object.
        Returns:
        A boolean.
      • hashCode

        public int hashCode()
        Returns a hash code value for the object.
        Overrides:
        hashCode in class Object
        Returns:
        The hashcode