com.microsoft.tfs.core.clients.versioncontrol.conflicts.resolutions
Class ConflictResolutionOptions

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

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

See Also:
Serialized Form
Since:
TEE-SDK-10.1

Field Summary
static ConflictResolutionOptions NONE
           
static ConflictResolutionOptions SELECT_ENCODING
           
static ConflictResolutionOptions SELECT_NAME
           
 
Method Summary
 ConflictResolutionOptions combine(ConflictResolutionOptions other)
           
 boolean contains(ConflictResolutionOptions 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 ConflictResolutionOptions NONE

SELECT_NAME

public static final ConflictResolutionOptions SELECT_NAME

SELECT_ENCODING

public static final ConflictResolutionOptions SELECT_ENCODING
Method Detail

contains

public boolean contains(ConflictResolutionOptions other)

combine

public ConflictResolutionOptions combine(ConflictResolutionOptions other)


© 2015 Microsoft. All rights reserved.