com.microsoft.tfs.core.clients.reporting
Interface ReportNodeType


public interface ReportNodeType

Constants defining known node types for reports service.

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

Field Summary
static java.lang.String FOLDER
           
static java.lang.String REPORT
           
static java.lang.String UNKNOWN
           
 

Field Detail

UNKNOWN

static final java.lang.String UNKNOWN
See Also:
Constant Field Values
Constant Field Value:
"Unknown"

FOLDER

static final java.lang.String FOLDER
See Also:
Constant Field Values
Constant Field Value:
"Folder"

REPORT

static final java.lang.String REPORT
See Also:
Constant Field Values
Constant Field Value:
"Report"


© 2012 Microsoft. All rights reserved.