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
Constant Field Value:
"Unknown"
See Also:
Constant Field Values

FOLDER

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

REPORT

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


© 2014 Microsoft. All rights reserved.