|
||||||||||
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.framework.catalog.CatalogQueryOptions
public class CatalogQueryOptions
Options for querying the catalog.
Field Summary | |
---|---|
static CatalogQueryOptions |
EXPAND_DEPENDENCIES
|
static CatalogQueryOptions |
INCLUDE_PARENTS
|
static CatalogQueryOptions |
NONE
|
Constructor Summary | |
---|---|
protected |
CatalogQueryOptions(int value)
|
Method Summary | |
---|---|
boolean |
contains(CatalogQueryOptions other)
|
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 CatalogQueryOptions NONE
public static final CatalogQueryOptions EXPAND_DEPENDENCIES
public static final CatalogQueryOptions INCLUDE_PARENTS
Constructor Detail |
---|
protected CatalogQueryOptions(int value)
Method Detail |
---|
public boolean contains(CatalogQueryOptions other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |