CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.remoting
Class ReportType

java.lang.Object
  extended by com.intland.codebeamer.remoting.ReportType

public final class ReportType
extends java.lang.Object

Defines the type of reports available in the system.


Field Summary
static int CSV
          Comma-separated values.
static int EXCEL
          MS Excel.
static java.lang.String EXPORT_OPTION_ASSOCIATIONS
           
static java.lang.String EXPORT_OPTION_CHILDREN
           
static java.lang.String EXPORT_OPTION_COMMENTS
           
static java.lang.String EXPORT_OPTION_DESCRIPTIONS
           
static java.lang.String EXPORT_OPTION_FIELD_SEPARATOR
           
static java.lang.String EXPORT_OPTION_HISTORY
           
static java.lang.String EXPORT_OPTION_RECORD_SEPARATOR
           
static int MINDMAP
          Mindmap.
static int PDF
          Adobe PDF.
static int WIKI
          Wiki markup.
static int XML
          XML.
 
Method Summary
static java.lang.String getFileExtension(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXCEL

public static final int EXCEL
MS Excel.

See Also:
Constant Field Values

PDF

public static final int PDF
Adobe PDF.

See Also:
Constant Field Values

WIKI

public static final int WIKI
Wiki markup.

See Also:
Constant Field Values

CSV

public static final int CSV
Comma-separated values.

See Also:
Constant Field Values

XML

public static final int XML
XML.

See Also:
Constant Field Values

MINDMAP

public static final int MINDMAP
Mindmap.

See Also:
Constant Field Values

EXPORT_OPTION_COMMENTS

public static final java.lang.String EXPORT_OPTION_COMMENTS
See Also:
Constant Field Values

EXPORT_OPTION_HISTORY

public static final java.lang.String EXPORT_OPTION_HISTORY
See Also:
Constant Field Values

EXPORT_OPTION_DESCRIPTIONS

public static final java.lang.String EXPORT_OPTION_DESCRIPTIONS
See Also:
Constant Field Values

EXPORT_OPTION_ASSOCIATIONS

public static final java.lang.String EXPORT_OPTION_ASSOCIATIONS
See Also:
Constant Field Values

EXPORT_OPTION_CHILDREN

public static final java.lang.String EXPORT_OPTION_CHILDREN
See Also:
Constant Field Values

EXPORT_OPTION_FIELD_SEPARATOR

public static final java.lang.String EXPORT_OPTION_FIELD_SEPARATOR
See Also:
Constant Field Values

EXPORT_OPTION_RECORD_SEPARATOR

public static final java.lang.String EXPORT_OPTION_RECORD_SEPARATOR
See Also:
Constant Field Values
Method Detail

getFileExtension

public static java.lang.String getFileExtension(int type)

CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.