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