com.microsoft.tfs.core.clients.workitem.query.qe
Class WIQLOperators.LogicalOperator

java.lang.Object
  extended by com.microsoft.tfs.core.clients.workitem.query.qe.WIQLOperators.LogicalOperator
Enclosing class:
WIQLOperators

public static class WIQLOperators.LogicalOperator
extends java.lang.Object


Field Summary
static WIQLOperators.LogicalOperator AND
           
static WIQLOperators.LogicalOperator NONE
           
static WIQLOperators.LogicalOperator OR
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AND

public static final WIQLOperators.LogicalOperator AND

NONE

public static final WIQLOperators.LogicalOperator NONE

OR

public static final WIQLOperators.LogicalOperator OR
Method Detail

toString

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


© 2015 Microsoft. All rights reserved.