|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.taleo.integration.client.customstep.util.csv.SortCriterion
public class SortCriterion
Class representing a sort criterion for CSV rows.
Constructor Summary | |
---|---|
SortCriterion(int column)
Constructor with column index (0 based). |
|
SortCriterion(int column,
boolean ascending)
Constructor with column index (0 based) and ascending flag. |
|
SortCriterion(int column,
boolean ascending,
boolean numeric)
Constructor with column index (0 based), ascending and numeric flags. |
|
SortCriterion(int column,
boolean ascending,
boolean numeric,
boolean ignoreCase)
Constructor with column index (0 based), ascending, numeric and ignoreCase flags. |
Method Summary | |
---|---|
int |
getColumn()
Column index. |
boolean |
isAscending()
Ascending flag. |
boolean |
isIgnoreCase()
IgnoreCase flag. |
boolean |
isNumeric()
Numeric flag. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SortCriterion(int column, boolean ascending, boolean numeric, boolean ignoreCase)
column
- ascending
- numeric
- ignoreCase
- public SortCriterion(int column, boolean ascending, boolean numeric)
column
- ascending
- numeric
- public SortCriterion(int column, boolean ascending)
column
- ascending
- public SortCriterion(int column)
column
- Method Detail |
---|
public int getColumn()
public boolean isAscending()
public boolean isNumeric()
public boolean isIgnoreCase()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |