|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.commonstructure.CSSStructureType
public class CSSStructureType
Enumermation of known CssStructureTypes.
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 |
---|
public static final CSSStructureType PROJECT_MODEL_HIERARCHY
public static final CSSStructureType PROJECT_LIFECYCLE
Method Detail |
---|
public static CSSStructureType fromString(java.lang.String structureType)
CSSStructureType
, or throws
IllegalArgumentException
if the type is unknown.
structureType
- the structure type string (must not be null
)
CSSStructureType
that matches the given stringpublic java.lang.String getStructureType()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |