com.businessobjects.enterprise.crystalreport
Interface HyperLinkTypeEnum


public interface HyperLinkTypeEnum

Specifies the hyperlink type, used when retrieving a hyperlink for export.


Nested Class Summary
static class HyperLinkTypeEnum.Enum
          Internal Use Only.
static class HyperLinkTypeEnum.Factory
          A class with methods for creating instances of the HyperLinkTypeEnum type.
 
Field Summary
static HyperLinkTypeEnum.Enum CRYSTAL_REPORT
          Hyperlink is a Crystal report.
static HyperLinkTypeEnum.Enum DISABLED
          Hyperlink is disabled.
static HyperLinkTypeEnum.Enum DRILLDOWN
          Hyperlink is for drilldown.
static HyperLinkTypeEnum.Enum EMAIL
          Hyperlink is an email.
static HyperLinkTypeEnum.Enum EMAIL_FIELD_VALUE
          Hyperlink is an email field value.
static HyperLinkTypeEnum.Enum HTML
          Hyperlink is in HTML.
static int INT_CRYSTAL_REPORT
          Hyperlink is a Crystal report.
static int INT_DISABLED
          Hyperlink is disabled.
static int INT_DRILLDOWN
          Hyperlink is for drilldown.
static int INT_EMAIL
          Hyperlink is an email.
static int INT_EMAIL_FIELD_VALUE
          Hyperlink is an email field value.
static int INT_HTML
          Hyperlink is in HTML.
static int INT_REPORT_OBJECT
          Hyperlink is a report object.
static int INT_REPORT_OBJECT_ABSOLUTE
          Hyperlink is an absolute report object.
static int INT_REPORT_OBJECT_RELATIVE
          Hyperlink is a relative report object.
static int INT_RESERVED
          Reserved type.
static int INT_UNDEFINED
          Hyperlink is undefined.
static int INT_WEBSITE
          Hyperlink is a Web Site.
static int INT_WEBSITE_FIELD_VALUE
          Hyperlink is a Web site field value.
static HyperLinkTypeEnum.Enum REPORT_OBJECT
          Hyperlink is a report object.
static HyperLinkTypeEnum.Enum REPORT_OBJECT_ABSOLUTE
          Hyperlink is an absolute report object.
static HyperLinkTypeEnum.Enum REPORT_OBJECT_RELATIVE
          Hyperlink is a relative report object.
static HyperLinkTypeEnum.Enum RESERVED
          Reserved type.
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
static HyperLinkTypeEnum.Enum UNDEFINED
          Hyperlink is undefined.
static HyperLinkTypeEnum.Enum WEBSITE
          Hyperlink is a Web Site.
static HyperLinkTypeEnum.Enum WEBSITE_FIELD_VALUE
          Hyperlink is a Web site field value.
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
          Internal Use Only.
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
          Internal Use Only.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Internal Use Only.


WEBSITE

static final HyperLinkTypeEnum.Enum WEBSITE
Hyperlink is a Web Site.


EMAIL

static final HyperLinkTypeEnum.Enum EMAIL
Hyperlink is an email.


HTML

static final HyperLinkTypeEnum.Enum HTML
Hyperlink is in HTML.


CRYSTAL_REPORT

static final HyperLinkTypeEnum.Enum CRYSTAL_REPORT
Hyperlink is a Crystal report.


WEBSITE_FIELD_VALUE

static final HyperLinkTypeEnum.Enum WEBSITE_FIELD_VALUE
Hyperlink is a Web site field value.


EMAIL_FIELD_VALUE

static final HyperLinkTypeEnum.Enum EMAIL_FIELD_VALUE
Hyperlink is an email field value.


UNDEFINED

static final HyperLinkTypeEnum.Enum UNDEFINED
Hyperlink is undefined.


DRILLDOWN

static final HyperLinkTypeEnum.Enum DRILLDOWN
Hyperlink is for drilldown.


REPORT_OBJECT

static final HyperLinkTypeEnum.Enum REPORT_OBJECT
Hyperlink is a report object.


RESERVED

static final HyperLinkTypeEnum.Enum RESERVED
Reserved type.


DISABLED

static final HyperLinkTypeEnum.Enum DISABLED
Hyperlink is disabled.


REPORT_OBJECT_ABSOLUTE

static final HyperLinkTypeEnum.Enum REPORT_OBJECT_ABSOLUTE
Hyperlink is an absolute report object.


REPORT_OBJECT_RELATIVE

static final HyperLinkTypeEnum.Enum REPORT_OBJECT_RELATIVE
Hyperlink is a relative report object.


INT_WEBSITE

static final int INT_WEBSITE
Hyperlink is a Web Site.

See Also:
Constant Field Values

INT_EMAIL

static final int INT_EMAIL
Hyperlink is an email.

See Also:
Constant Field Values

INT_HTML

static final int INT_HTML
Hyperlink is in HTML.

See Also:
Constant Field Values

INT_CRYSTAL_REPORT

static final int INT_CRYSTAL_REPORT
Hyperlink is a Crystal report.

See Also:
Constant Field Values

INT_WEBSITE_FIELD_VALUE

static final int INT_WEBSITE_FIELD_VALUE
Hyperlink is a Web site field value.

See Also:
Constant Field Values

INT_EMAIL_FIELD_VALUE

static final int INT_EMAIL_FIELD_VALUE
Hyperlink is an email field value.

See Also:
Constant Field Values

INT_UNDEFINED

static final int INT_UNDEFINED
Hyperlink is undefined.

See Also:
Constant Field Values

INT_DRILLDOWN

static final int INT_DRILLDOWN
Hyperlink is for drilldown.

See Also:
Constant Field Values

INT_REPORT_OBJECT

static final int INT_REPORT_OBJECT
Hyperlink is a report object.

See Also:
Constant Field Values

INT_RESERVED

static final int INT_RESERVED
Reserved type.

See Also:
Constant Field Values

INT_DISABLED

static final int INT_DISABLED
Hyperlink is disabled.

See Also:
Constant Field Values

INT_REPORT_OBJECT_ABSOLUTE

static final int INT_REPORT_OBJECT_ABSOLUTE
Hyperlink is an absolute report object.

See Also:
Constant Field Values

INT_REPORT_OBJECT_RELATIVE

static final int INT_REPORT_OBJECT_RELATIVE
Hyperlink is a relative report object.

See Also:
Constant Field Values
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()
Internal Use Only.


set

void set(org.apache.xmlbeans.StringEnumAbstractBase e)
Internal Use Only.