com.microsoft.tfs.core.clients.build.flags
Class WorkspaceMappingDepth
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FULL
public static final WorkspaceMappingDepth FULL
ONE_LEVEL
public static final WorkspaceMappingDepth ONE_LEVEL
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.