|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.TotallerNodeOptions
public final class TotallerNodeOptions
This class is used to store information about a totaller node.
Field Summary | |
---|---|
static int |
_isLeafNode
The node is a leaf in the tree. |
static TotallerNodeOptions |
isLeafNode
A TotallerNodeOptions object that specifies that the node is a leaf in the tree. |
Method Summary | |
---|---|
static TotallerNodeOptions |
from_int(int i)
Returns the TotallerNodeOptions object corresponding to the specified int
value. |
static TotallerNodeOptions |
from_string(java.lang.String sVal)
Returns the TotallerNodeOptions object corresponding to the specified String . |
java.lang.String |
toString()
Returns the String value of this TotallerNodeOptions object. |
int |
value()
Returns the int value of this TotallerNodeOptions object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _isLeafNode
The node is a leaf in the tree.
public static final TotallerNodeOptions isLeafNode
A TotallerNodeOptions
object that specifies that the node is a leaf in the tree.
Method Detail |
---|
public static final TotallerNodeOptions from_int(int i)
Returns the TotallerNodeOptions
object corresponding to the specified int
value.
i
- An int
that specifies the value of the desired TotallerNodeOptions
object.
TotallerNodeOptions
object corresponding to the specified int
.public static final TotallerNodeOptions from_string(java.lang.String sVal)
Returns the TotallerNodeOptions
object corresponding to the specified String
.
sVal
- A String
that specifies the value of the desired TotallerNodeOptions
object.
TotallerNodeOptions
object corresponding to the specified int
.public java.lang.String toString()
Returns the String
value of this TotallerNodeOptions
object.
toString
in class java.lang.Object
String
value of this TotallerNodeOptions
object.public int value()
Returns the int
value of this TotallerNodeOptions
object.
int
value of this TotallerNodeOptions
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |