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

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

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

See Also:
Serialized Form

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

NONE

public static final EnumParentsOptions NONE

ENUMERATE_SPARSE_NODES

public static final EnumParentsOptions ENUMERATE_SPARSE_NODES

INCLUDE_ADDITIONAL_DATA

public static final EnumParentsOptions INCLUDE_ADDITIONAL_DATA
Method Detail

remove

public EnumParentsOptions remove(EnumParentsOptions other)

combine

public EnumParentsOptions combine(EnumParentsOptions other)

contains

public boolean contains(EnumParentsOptions other)


© 2015 Microsoft. All rights reserved.