|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.SummarizedFieldDirection
public class SummarizedFieldDirection
Defines summary field direction options.
Field Summary | |
---|---|
static int |
_horizontal
Summarize horizontally. |
static int |
_vertical
Summarize vertically. |
static SummarizedFieldDirection |
horizontal
Summarize horizontally. |
static SummarizedFieldDirection |
vertical
Summarize vertically. |
Method Summary | |
---|---|
static SummarizedFieldDirection |
from_int(int i)
Gets the SummarizedFieldDirection that matches the specified integer value. |
static SummarizedFieldDirection |
from_string(java.lang.String sVal)
Gets the SummarizedFieldDirection that matches the specified name. |
java.lang.String |
toString()
Returns the String value of the SummarizedFieldDirection . |
int |
value()
Returns the integer value of the SummarizedFieldDirection . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _vertical
public static final int _horizontal
public static final SummarizedFieldDirection vertical
public static final SummarizedFieldDirection horizontal
Method Detail |
---|
public static final SummarizedFieldDirection from_int(int i)
SummarizedFieldDirection
that matches the specified integer value.
i
- an int
that identifies a summarized field direction
public static final SummarizedFieldDirection from_string(java.lang.String sVal)
SummarizedFieldDirection
that matches the specified name.
sVal
- the name of a summarized field direction
public java.lang.String toString()
String
value of the SummarizedFieldDirection
.
toString
in class java.lang.Object
String
that identifies the summarized field directionpublic int value()
SummarizedFieldDirection
.
int
that identifies the summarized field direction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |