public class ComplexSortInfo extends SortInfo
| Constructor and Description |
|---|
ComplexSortInfo(ArithmeticOrRelationalOperand sortOperand,
int sortOrder) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Makes a copy of the object.
|
boolean |
equals(Object obj)
Use this method for checking equality.
|
int |
getFieldID()
Returns the fieldID to sort on.
|
ArithmeticOrRelationalOperand |
getSortOperand() |
int |
getSortOrder()
Returns the sort order to be applied on the field.
|
IQuerySource |
getSource()
Returns the
IQuerySource form or query containing the field to sort on |
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
void |
setSortOperand(ArithmeticOrRelationalOperand sortOperand) |
public ComplexSortInfo(ArithmeticOrRelationalOperand sortOperand, int sortOrder)
public ArithmeticOrRelationalOperand getSortOperand()
public void setSortOperand(ArithmeticOrRelationalOperand sortOperand)
public Object clone() throws CloneNotSupportedException
SortInfoclone in class SortInfoCloneNotSupportedExceptionpublic int getFieldID()
SortInfogetFieldID in class SortInfopublic int getSortOrder()
SortInfogetSortOrder in class SortInfopublic IQuerySource getSource()
SortInfoIQuerySource form or query containing the field to sort onpublic boolean equals(Object obj)
SortInfopublic int hashCode()
? Copyright 2013 BMC Software, Inc.