Style Intelligence v12.0

inetsoft.sree.soap
Class FormatType

java.lang.Object
  extended by java.lang.Enum
      extended by inetsoft.sree.soap.FormatType
All Implemented Interfaces:
Serializable, Comparable

public final class FormatType
extends Enum

Enumeration of the types of formats that are supported.

Since:
10.2
See Also:
Serialized Form

Field Summary
static FormatType CSV
          Comma separated report tables.
static FormatType EXCEL
          Excel output match layout.
static FormatType EXCEL_DATA
          Excel output for data editing.
static FormatType EXCEL_SHEET
          Excel output with no pagination.
static FormatType GENERATED_REPORT
          Generated report output.
static FormatType HTML
          HTML output.
static FormatType HTML_BUNDLE
          HTML output bundled in a zip file.
static FormatType HTML_BUNDLE_NO_PAGINATION
          HTML output bundled in a zip file with no page breaks.
static FormatType PDF
          Portable Document Format (PDF) output.
static FormatType POSTSCRIPT
          Postscript output.
static FormatType REPORT
          Report XML format.
static FormatType RTF
          Rich Text Format (RTF) output.
static FormatType RTF_LAYOUT
          Rich Text Format (RTF) output.
static FormatType SVG
          SVG output.
static FormatType TEMPLATE
          Report template format.
static FormatType TEXT
          Pure text output.
static FormatType XML
          XML data.
 
Method Summary
 int getBuilderConstant()
          Gets the constant in Builder that corresponds to this type.
static FormatType valueOf(int builderConstant)
          Gets the format type for the specified BuilderConstant.
static FormatType valueOf(String name)
           
static FormatType[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CSV

public static final FormatType CSV
Comma separated report tables.

See Also:
Builder.CSV

HTML

public static final FormatType HTML
HTML output.

See Also:
Builder.HTML

HTML_BUNDLE

public static final FormatType HTML_BUNDLE
HTML output bundled in a zip file.

See Also:
Builder.HTML_BUNDLE

HTML_BUNDLE_NO_PAGINATION

public static final FormatType HTML_BUNDLE_NO_PAGINATION
HTML output bundled in a zip file with no page breaks.

See Also:
Builder.HTML_BUNDLE_NO_PAGINATION

REPORT

public static final FormatType REPORT
Report XML format.

See Also:
Builder.REPORT

RTF

public static final FormatType RTF
Rich Text Format (RTF) output.

See Also:
Builder.RTF

TEXT

public static final FormatType TEXT
Pure text output.

See Also:
Builder.TEXT

RTF_LAYOUT

public static final FormatType RTF_LAYOUT
Rich Text Format (RTF) output.

See Also:
Builder.RTF_LAYOUT

SVG

public static final FormatType SVG
SVG output.

See Also:
Builder.SVG

TEMPLATE

public static final FormatType TEMPLATE
Report template format.

See Also:
Builder.TEMPLATE

PDF

public static final FormatType PDF
Portable Document Format (PDF) output.

See Also:
Builder.PDF

GENERATED_REPORT

public static final FormatType GENERATED_REPORT
Generated report output.

See Also:
Builder.GENERATED_REPORT

POSTSCRIPT

public static final FormatType POSTSCRIPT
Postscript output.

See Also:
Builder.POSTSCRIPT

EXCEL_DATA

public static final FormatType EXCEL_DATA
Excel output for data editing.

See Also:
Builder.EXCEL_DATA

EXCEL_SHEET

public static final FormatType EXCEL_SHEET
Excel output with no pagination.

See Also:
Builder.EXCEL_SHEET

EXCEL

public static final FormatType EXCEL
Excel output match layout.

See Also:
Builder.EXCEL

XML

public static final FormatType XML
XML data.

See Also:
Builder.XML
Method Detail

values

public static FormatType[] values()

valueOf

public static FormatType valueOf(String name)

getBuilderConstant

public final int getBuilderConstant()
Gets the constant in Builder that corresponds to this type.

Returns:
the builder constant.

valueOf

public static FormatType valueOf(int builderConstant)
Gets the format type for the specified BuilderConstant.

Parameters:
builderConstant - the builder constant.
Returns:
the format type.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.