|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.workitem.query.SortField
public class SortField
Represents a WorkItemFieldIDs
that can be used to sort the results of
a query.
Constructor Summary | |
---|---|
SortField(FieldDefinition fieldDefinition,
SortType sortType)
|
Method Summary | |
---|---|
FieldDefinition |
getFieldDefinition()
|
SortType |
getSortType()
|
void |
setSortType(SortType sortType)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortField(FieldDefinition fieldDefinition, SortType sortType)
Method Detail |
---|
public FieldDefinition getFieldDefinition()
public SortType getSortType()
public void setSortType(SortType sortType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |