|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITotallerNode
This interface defines a node from the totaller tree. A totaller node contains the records for a
particular group in the report. Since groups may contain groups, a node may contains child nodes:
the getChildren()
method is used for this purpose.
Method Summary | |
---|---|
TotallerNodes |
getChildren()
Returns the node's subnodes. |
int |
getFirstRecordKey()
Returns the key from the first record that the node contains. |
IGroupPath |
getGroupPath()
Returns the path of the node in the totaller tree. |
java.lang.String |
getName()
Returns the name of the node. |
TotallerNodeOptions |
getOptions()
Returns the options for the totaller node. |
int |
getRecordCount()
Returns the number of records that the node contains. |
void |
setChildren(TotallerNodes newVal)
Sets the node's subnodes. |
void |
setFirstRecordKey(int newVal)
Sets the key from the first record that the node contains. |
void |
setGroupPath(IGroupPath newVal)
Sets the path of the node in the totaller tree. |
void |
setName(java.lang.String name)
Sets the name of the node. |
void |
setOptions(TotallerNodeOptions newVal)
Sets the options for the totaller node. |
void |
setRecordCount(int newVal)
Sets the number of records that the node contains. |
Method Detail |
---|
TotallerNodes getChildren()
Returns the node's subnodes.
TotallerNodes
object containing the node's subnodes.int getFirstRecordKey()
Returns the key from the first record that the node contains.
int
that specifies the key from the first record that the node contains.IGroupPath getGroupPath()
Returns the path of the node in the totaller tree.
IGroupPath
object containing the path of the node in the totaller tree.java.lang.String getName()
Returns the name of the node. This is equivalent to the group's name.
String
containing the name of the node.TotallerNodeOptions getOptions()
Returns the options for the totaller node.
TotallerNodeOptions
object containing the options for the totaller node.int getRecordCount()
Returns the number of records that the node contains.
int
that specifies the number of records that the node contains.void setChildren(TotallerNodes newVal)
Sets the node's subnodes.
newVal
- A TotallerNodes
object containing the node's subnodes.void setFirstRecordKey(int newVal)
Sets the key from the first record that the node contains.
newVal
- An int
that specifies the key from the first record that the node contains.void setGroupPath(IGroupPath newVal)
Sets the path of the node in the totaller tree.
newVal
- An IGroupPath
object containing the path of the node in the totaller tree.void setName(java.lang.String name)
Sets the name of the node. This is equivalent to the group's name.
name
- A String
containing the name of the node.void setOptions(TotallerNodeOptions newVal)
Sets the options for the totaller node.
newVal
- A TotallerNodeOptions
object containing the options for the totaller node.void setRecordCount(int newVal)
Sets the number of records that the node contains.
newVal
- An int
that specifies the number of records that the node contains.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |