|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intland.codebeamer.remoting.ReportType
public final class ReportType
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 |
---|
public static final int EXCEL
public static final int PDF
public static final int WIKI
public static final int CSV
public static final int XML
public static final int MINDMAP
public static final java.lang.String EXPORT_OPTION_COMMENTS
public static final java.lang.String EXPORT_OPTION_HISTORY
public static final java.lang.String EXPORT_OPTION_DESCRIPTIONS
public static final java.lang.String EXPORT_OPTION_ASSOCIATIONS
public static final java.lang.String EXPORT_OPTION_CHILDREN
public static final java.lang.String EXPORT_OPTION_FIELD_SEPARATOR
public static final java.lang.String EXPORT_OPTION_RECORD_SEPARATOR
Method Detail |
---|
public static java.lang.String getFileExtension(int type)
|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |