com.microsoft.tfs.core.clients.build.flags
Class WorkspaceMappingDepth

java.lang.Object
  extended by com.microsoft.tfs.core.clients.build.flags.WorkspaceMappingDepth

public class WorkspaceMappingDepth
extends java.lang.Object

Describes the workspace mapping depth.

Since:
TEE-SDK-10.1

Field Summary
static WorkspaceMappingDepth FULL
           
static WorkspaceMappingDepth ONE_LEVEL
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
static WorkspaceMappingDepth fromValue(int value)
          Convert an integer value of the WorkspaceMappingDepth into the corresponding strongly typed WorkspaceMappingDepth
 int getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FULL

public static final WorkspaceMappingDepth FULL

ONE_LEVEL

public static final WorkspaceMappingDepth ONE_LEVEL
Method Detail

fromValue

public static final WorkspaceMappingDepth fromValue(int value)
Convert an integer value of the WorkspaceMappingDepth into the corresponding strongly typed WorkspaceMappingDepth

Parameters:
value - the numeric value
Returns:
the WorkspaceMappingDepth that matches the value or null if there was no match

getValue

public int getValue()
Returns:
the integer value associated with this workspace mapping depth.

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


© 2015 Microsoft. All rights reserved.