com.microsoft.tfs.core.clients.commonstructure
Class CSSStructureType

java.lang.Object
  extended by com.microsoft.tfs.core.clients.commonstructure.CSSStructureType

public class CSSStructureType
extends java.lang.Object

Enumermation of known CssStructureTypes.

Since:
TEE-SDK-10.1
Thread-safety:
immutable

Field Summary
static CSSStructureType PROJECT_LIFECYCLE
          Iterations.
static CSSStructureType PROJECT_MODEL_HIERARCHY
          Areas.
 
Method Summary
 boolean equals(java.lang.Object obj)
          
static CSSStructureType fromString(java.lang.String structureType)
          Resolves the given string to a CSSStructureType, or throws IllegalArgumentException if the type is unknown.
 java.lang.String getStructureType()
           
 int hashCode()
          
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROJECT_MODEL_HIERARCHY

public static final CSSStructureType PROJECT_MODEL_HIERARCHY
Areas.


PROJECT_LIFECYCLE

public static final CSSStructureType PROJECT_LIFECYCLE
Iterations.

Method Detail

fromString

public static CSSStructureType fromString(java.lang.String structureType)
Resolves the given string to a CSSStructureType, or throws IllegalArgumentException if the type is unknown.

Parameters:
structureType - the structure type string (must not be null)
Returns:
the CSSStructureType that matches the given string

getStructureType

public java.lang.String getStructureType()

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object


© 2015 Microsoft. All rights reserved.