|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.util.BitField
com.microsoft.tfs.core.clients.workitem.queryhierarchy.QueryItemType
public final class QueryItemType
Defines types of QueryItem
s.
Field Summary | |
---|---|
static QueryItemType |
ALL
Useful shorthand for querying all item types (Team Projects, query folders and query definitions.) |
static QueryItemType |
ALL_FOLDERS
Useful shorthand for querying all folder types (Team Projects and query folders.) |
static QueryItemType |
PROJECT
A Team Project node in the query hierarchy tree. |
static QueryItemType |
QUERY_DEFINITION
A query definition (stored query) in the query hierarchy tree. |
static QueryItemType |
QUERY_FOLDER
A folder in the query hierarchy tree. |
Method Summary | |
---|---|
boolean |
contains(QueryItemType type)
|
Methods inherited from class com.microsoft.tfs.util.BitField |
---|
combine, combineInternal, containsAllInternal, containsAnyInternal, containsInternal, equals, fromStringValues, getCombinedSpecialFlags, hashCode, isEmpty, registerStringValue, registerStringValue, removeInternal, retainInternal, toFullStringValues, toIntFlags, toString, toStringValues |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QueryItemType PROJECT
public static final QueryItemType QUERY_FOLDER
public static final QueryItemType QUERY_DEFINITION
public static final QueryItemType ALL
public static final QueryItemType ALL_FOLDERS
Method Detail |
---|
public boolean contains(QueryItemType type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |