com.crystaldecisions.sdk.occa.report.application
Class ReportSectionPropertyEnum

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.application.ReportSectionPropertyEnum

public final class ReportSectionPropertyEnum
extends java.lang.Object

This class defines report section constants.


Field Summary
static int _format
           Section format related properties.
static int _height
           Section height property.
static int _name
           Section name property.
static ReportSectionPropertyEnum format
           A ReportSectionPropertyEnum object that specifies the section format related properties.
static ReportSectionPropertyEnum height
           A ReportSectionPropertyEnum object that specifies the section height property.
static ReportSectionPropertyEnum name
           A ReportSectionPropertyEnum object that specifies the section name property.
 
Method Summary
static ReportSectionPropertyEnum from_int(int i)
           Returns the ReportSectionPropertyEnum corresponding to the specified value.
 java.lang.String toString()
           Returns the String value of this ReportSectionPropertyEnum object.
 int value()
           Returns the int value of this ReportSectionPropertyEnum object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_name

public static final int _name

Section name property.

See Also:
Constant Field Values

_format

public static final int _format

Section format related properties.

See Also:
Constant Field Values

_height

public static final int _height

Section height property.

See Also:
Constant Field Values

name

public static final ReportSectionPropertyEnum name

A ReportSectionPropertyEnum object that specifies the section name property.


format

public static final ReportSectionPropertyEnum format

A ReportSectionPropertyEnum object that specifies the section format related properties.


height

public static final ReportSectionPropertyEnum height

A ReportSectionPropertyEnum object that specifies the section height property.

Method Detail

from_int

public static final ReportSectionPropertyEnum from_int(int i)

Returns the ReportSectionPropertyEnum corresponding to the specified value.

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

toString

public java.lang.String toString()

Returns the String value of this ReportSectionPropertyEnum object.

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

value

public int value()

Returns the int value of this ReportSectionPropertyEnum object.

Returns:
The int value of this ReportSectionPropertyEnum object.