|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.application.ReportAreaPropertyEnum
public final class ReportAreaPropertyEnum
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 |
|---|
public static final int _name
Name of the report area.
public static final int _format
Format of the report area.
public static final ReportAreaPropertyEnum name
A ReportAreaPropertyEnum object that specifies the name of the report area.
public static final ReportAreaPropertyEnum format
A ReportAreaPropertyEnum object that specifies the format of the report area.
| Method Detail |
|---|
public static final ReportAreaPropertyEnum from_int(int i)
Returns the ReportAreaPropertyEnum corresponding to the specified value.
i - The int value of the desired ReportAreaPropertyEnum object.
ReportAreaPropertyEnum corresponding to the specified value.public java.lang.String toString()
Returns the String value of this ReportAreaPropertyEnum object.
toString in class java.lang.ObjectString value of this ReportAreaPropertyEnum
object.public int value()
Returns the int value of this ReportAreaPropertyEnum object.
int value of this ReportAreaPropertyEnum
object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||