com.microsoft.tfs.core.clients.workitem.query
Class SortType

java.lang.Object
  extended by com.microsoft.tfs.core.clients.workitem.query.SortType

public class SortType
extends java.lang.Object

Describes the order by which a SortField is sorted.

Since:
TEE-SDK-10.1

Field Summary
static SortType ASCENDING
           
static SortType DESCENDING
           
 
Method Summary
 int getSortType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ASCENDING

public static final SortType ASCENDING

DESCENDING

public static final SortType DESCENDING
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getSortType

public int getSortType()


© 2015 Microsoft. All rights reserved.