Class Column

java.lang.Object
com.sas.lsaf.query.Column
All Implemented Interfaces:
Serializable

public class Column extends Object implements Serializable
This class represents a method to specify the column information to query.
Since:
2.3
See Also:
  • Constructor Details

    • Column

      public Column(String queryClass, String name, Column.Type type)
      The constructor.
      Parameters:
      queryClass - The name of the query class.
      name - The name of the column.
      type - The type of the column.
  • Method Details

    • getQueryClass

      public String getQueryClass()
      Gets the name of the query class.
      Returns:
      The name of the query class.
    • getName

      public String getName()
      Gets the name of the column.
      Returns:
      The name of the column.
    • getType

      public Column.Type getType()
      Gets the type of the column.
      Returns:
      The type of the column.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object