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

Packages that use CSSStructureType
com.microsoft.tfs.core.clients.commonstructure   
 

Uses of CSSStructureType in com.microsoft.tfs.core.clients.commonstructure
 

Fields in com.microsoft.tfs.core.clients.commonstructure declared as CSSStructureType
static CSSStructureType CSSStructureType.PROJECT_LIFECYCLE
          Iterations.
static CSSStructureType CSSStructureType.PROJECT_MODEL_HIERARCHY
          Areas.
 

Methods in com.microsoft.tfs.core.clients.commonstructure that return CSSStructureType
static CSSStructureType CSSStructureType.fromString(java.lang.String structureType)
          Resolves the given string to a CSSStructureType, or throws IllegalArgumentException if the type is unknown.
 CSSStructureType CSSNode.getStructureType()
           
 

Constructors in com.microsoft.tfs.core.clients.commonstructure with parameters of type CSSStructureType
CSSNode(CSSStructureType structureType, java.lang.String uri)
           
CSSNode(CSSStructureType structureType, java.lang.String uri, java.lang.String name, java.lang.String parentUri, java.lang.String path, java.lang.String projectUri)
           
 



© 2015 Microsoft. All rights reserved.