|
||||||||||
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.versioncontrol.sparsetree.EnumSubTreeOptions
public class EnumSubTreeOptions
Field Summary | |
---|---|
static EnumSubTreeOptions |
ENUMERATE_SPARSE_NODES
|
static EnumSubTreeOptions |
ENUMERATE_SUB_TREE_ROOT
|
static EnumSubTreeOptions |
INCLUDE_ADDITIONAL_DATA
|
static EnumSubTreeOptions |
NONE
|
Method Summary | |
---|---|
EnumSubTreeOptions |
combine(EnumSubTreeOptions other)
|
boolean |
contains(EnumSubTreeOptions other)
|
EnumSubTreeOptions |
remove(EnumSubTreeOptions 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 EnumSubTreeOptions NONE
public static final EnumSubTreeOptions ENUMERATE_SPARSE_NODES
public static final EnumSubTreeOptions ENUMERATE_SUB_TREE_ROOT
public static final EnumSubTreeOptions INCLUDE_ADDITIONAL_DATA
Method Detail |
---|
public EnumSubTreeOptions remove(EnumSubTreeOptions other)
public EnumSubTreeOptions combine(EnumSubTreeOptions other)
public boolean contains(EnumSubTreeOptions other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |