com.microsoft.tfs.core.clients.workitem.query.qe
Class SortField

java.lang.Object
  extended by com.microsoft.tfs.core.clients.workitem.query.qe.DisplayField
      extended by com.microsoft.tfs.core.clients.workitem.query.qe.SortField

public class SortField
extends DisplayField

Since:
TEE-SDK-10.1

Constructor Summary
SortField(java.lang.String fieldName, boolean ascending)
           
 
Method Summary
 boolean isAscending()
           
 void setAscending(boolean ascending)
           
 
Methods inherited from class com.microsoft.tfs.core.clients.workitem.query.qe.DisplayField
addPropertyChangeListener, getFieldName, getInvariantFieldName, getLocalizedFieldName, getWidth, removePropertyChangeListener, setFieldName, setWidth, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SortField

public SortField(java.lang.String fieldName,
                 boolean ascending)
Method Detail

isAscending

public boolean isAscending()

setAscending

public void setAscending(boolean ascending)


© 2015 Microsoft. All rights reserved.