com.microsoft.tfs.core.clients.versioncontrol.sparsetree
Class EnumSubTreeOptions

java.lang.Object
  extended by com.microsoft.tfs.util.BitField
      extended by com.microsoft.tfs.core.clients.versioncontrol.sparsetree.EnumSubTreeOptions
All Implemented Interfaces:
java.io.Serializable

public class EnumSubTreeOptions
extends com.microsoft.tfs.util.BitField

See Also:
Serialized Form

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

NONE

public static final EnumSubTreeOptions NONE

ENUMERATE_SPARSE_NODES

public static final EnumSubTreeOptions ENUMERATE_SPARSE_NODES

ENUMERATE_SUB_TREE_ROOT

public static final EnumSubTreeOptions ENUMERATE_SUB_TREE_ROOT

INCLUDE_ADDITIONAL_DATA

public static final EnumSubTreeOptions INCLUDE_ADDITIONAL_DATA
Method Detail

remove

public EnumSubTreeOptions remove(EnumSubTreeOptions other)

combine

public EnumSubTreeOptions combine(EnumSubTreeOptions other)

contains

public boolean contains(EnumSubTreeOptions other)


© 2015 Microsoft. All rights reserved.