com.crystaldecisions.sdk.occa.report.data
Class TotallerNodeOptions

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.data.TotallerNodeOptions

public final class TotallerNodeOptions
extends java.lang.Object

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

_isLeafNode

public static final int _isLeafNode

The node is a leaf in the tree.

See Also:
Constant Field Values

isLeafNode

public static final TotallerNodeOptions isLeafNode

A TotallerNodeOptions object that specifies that the node is a leaf in the tree.

Method Detail

from_int

public static final TotallerNodeOptions from_int(int i)

Returns the TotallerNodeOptions object corresponding to the specified int value.

Parameters:
i - An int that specifies the value of the desired TotallerNodeOptions object.
Returns:
The TotallerNodeOptions object corresponding to the specified int.

from_string

public static final TotallerNodeOptions from_string(java.lang.String sVal)

Returns the TotallerNodeOptions object corresponding to the specified String.

Parameters:
sVal - A String that specifies the value of the desired TotallerNodeOptions object.
Returns:
The TotallerNodeOptions object corresponding to the specified int.

toString

public java.lang.String toString()

Returns the String value of this TotallerNodeOptions object.

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

value

public int value()

Returns the int value of this TotallerNodeOptions object.

Returns:
The int value of this TotallerNodeOptions object.