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