com.crystaldecisions.sdk.occa.report.definition
Class HyperlinkType

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.definition.HyperlinkType

public final class HyperlinkType
extends java.lang.Object

This class is used to specify the type of hyperlink.


Field Summary
static int _crystalReport
           Hyperlink to another report.
static int _drilldown
           Hyperlink allowing the report part viewer to emulate the drill down functionality of Crystal Reports.
static int _email
           Create a "mailto" address.
static int _emailFieldValue
           An email hyperlink from the field that you selected.
static int _html
           Hyperlink to a file on a specific computer or networked computer.
static int _reportObject
           Hyperlink for linking objects in the same or different reports.
static int _reportObjectAbsolute
           
static int _reportObjectDisabled
           
static int _reportObjectRelative
           
static int _undefined
           No hyperlink.
static int _website
           Hyperlink to a static web address.
static int _websiteFieldValue
           Hyperlink from the field that you selected.
static HyperlinkType crystalReport
           A HyperlinkType object that specifies a hyperlink to another report.
static HyperlinkType drilldown
           A HyperlinkType object that specifies a hyperlink allowing the report part viewer to emulate the drill down functionality of Crystal Reports.
static HyperlinkType email
           A HyperlinkType object that specifies a "mailto" address.
static HyperlinkType emailFieldValue
           A HyperlinkType object that specifies an email hyperlink from the field that you selected.
static HyperlinkType html
           A HyperlinkType object that specifies a hyperlink to a file on a specific computer or networked computer.
static HyperlinkType reportObject
           A HyperlinkType object that specifies a hyperlink for linking objects in the same or different reports.
static HyperlinkType reportObjectAbsolute
           
static HyperlinkType reportObjectDisabled
           
static HyperlinkType reportObjectRelative
           
static HyperlinkType undefined
           A HyperlinkType object that specifies no hyperlink.
static HyperlinkType website
           A HyperlinkType object that specifies a hyperlink to a static web address.
static HyperlinkType websiteFieldValue
           A HyperlinkType object that specifies a hyperlink from the field that you selected.
 
Method Summary
static HyperlinkType from_int(int i)
           Returns the HyperlinkType object corresponding to the specified value.
static HyperlinkType from_string(java.lang.String sVal)
           Returns the HyperlinkType object corresponding to the specified type.
 java.lang.String toString()
           Returns the String value of this HyperlinkType object.
 int value()
           Returns the int value of this HyperlinkType object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_website

public static final int _website

Hyperlink to a static web address.

See Also:
Constant Field Values

_email

public static final int _email

Create a "mailto" address.

See Also:
Constant Field Values

_html

public static final int _html

Hyperlink to a file on a specific computer or networked computer.

See Also:
Constant Field Values

_crystalReport

public static final int _crystalReport

Hyperlink to another report.

See Also:
Constant Field Values

_websiteFieldValue

public static final int _websiteFieldValue

Hyperlink from the field that you selected.

See Also:
Constant Field Values

_emailFieldValue

public static final int _emailFieldValue

An email hyperlink from the field that you selected.

See Also:
Constant Field Values

_undefined

public static final int _undefined

No hyperlink.

See Also:
Constant Field Values

_drilldown

public static final int _drilldown

Hyperlink allowing the report part viewer to emulate the drill down functionality of Crystal Reports.

See Also:
Constant Field Values

_reportObject

public static final int _reportObject

Hyperlink for linking objects in the same or different reports.

See Also:
Constant Field Values

_reportObjectDisabled

public static final int _reportObjectDisabled
See Also:
Constant Field Values

_reportObjectAbsolute

public static final int _reportObjectAbsolute
See Also:
Constant Field Values

_reportObjectRelative

public static final int _reportObjectRelative
See Also:
Constant Field Values

website

public static final HyperlinkType website

A HyperlinkType object that specifies a hyperlink to a static web address.


email

public static final HyperlinkType email

A HyperlinkType object that specifies a "mailto" address.


html

public static final HyperlinkType html

A HyperlinkType object that specifies a hyperlink to a file on a specific computer or networked computer.


crystalReport

public static final HyperlinkType crystalReport

A HyperlinkType object that specifies a hyperlink to another report.


websiteFieldValue

public static final HyperlinkType websiteFieldValue

A HyperlinkType object that specifies a hyperlink from the field that you selected.


emailFieldValue

public static final HyperlinkType emailFieldValue

A HyperlinkType object that specifies an email hyperlink from the field that you selected.


undefined

public static final HyperlinkType undefined

A HyperlinkType object that specifies no hyperlink.


drilldown

public static final HyperlinkType drilldown

A HyperlinkType object that specifies a hyperlink allowing the report part viewer to emulate the drill down functionality of Crystal Reports.


reportObjectDisabled

public static final HyperlinkType reportObjectDisabled

reportObjectAbsolute

public static final HyperlinkType reportObjectAbsolute

reportObjectRelative

public static final HyperlinkType reportObjectRelative

reportObject

public static final HyperlinkType reportObject

A HyperlinkType object that specifies a hyperlink for linking objects in the same or different reports.

Method Detail

from_int

public static final HyperlinkType from_int(int i)

Returns the HyperlinkType object corresponding to the specified value.

Parameters:
i - The int value of the desired HyperlinkType object.
Returns:
The HyperlinkType object corresponding to the specified value.

from_string

public static final HyperlinkType from_string(java.lang.String sVal)

Returns the HyperlinkType object corresponding to the specified type.

Parameters:
sVal - The String value of the desired HyperlinkType object.
Returns:
The HyperlinkType object corresponding to the specified type.

toString

public java.lang.String toString()

Returns the String value of this HyperlinkType object.

Overrides:
toString in class java.lang.Object
Returns:
The String value of this HyperlinkType object.

value

public int value()

Returns the int value of this HyperlinkType object.

Returns:
The int value of this HyperlinkType object.