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

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

public final class ReportAreaPropertyEnum
extends java.lang.Object

This class defines report area constants.


Field Summary
static int _format
           Format of the report area.
static int _name
           Name of the report area.
static ReportAreaPropertyEnum format
           A ReportAreaPropertyEnum object that specifies the format of the report area.
static ReportAreaPropertyEnum name
           A ReportAreaPropertyEnum object that specifies the name of the report area.
 
Method Summary
static ReportAreaPropertyEnum from_int(int i)
           Returns the ReportAreaPropertyEnum corresponding to the specified value.
 java.lang.String toString()
           Returns the String value of this ReportAreaPropertyEnum object.
 int value()
           Returns the int value of this ReportAreaPropertyEnum object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_name

public static final int _name

Name of the report area.

See Also:
Constant Field Values

_format

public static final int _format

Format of the report area.

See Also:
Constant Field Values

name

public static final ReportAreaPropertyEnum name

A ReportAreaPropertyEnum object that specifies the name of the report area.


format

public static final ReportAreaPropertyEnum format

A ReportAreaPropertyEnum object that specifies the format of the report area.

Method Detail

from_int

public static final ReportAreaPropertyEnum from_int(int i)

Returns the ReportAreaPropertyEnum corresponding to the specified value.

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

toString

public java.lang.String toString()

Returns the String value of this ReportAreaPropertyEnum object.

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

value

public int value()

Returns the int value of this ReportAreaPropertyEnum object.

Returns:
The int value of this ReportAreaPropertyEnum object.