| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | Delete
()
To delete the given symbol group. |
| DetailSymbolGroupInstructions | GetInstructions
()
To get the instructions object describing how the symbol group is constructed. |
| DetailSymbolDefItem | GetParentDefinition
()
Get method for attribute "ParentDefinition" The symbol definition of the given group. |
| /*optional*/ DetailSymbolGroup | GetParentGroup
()
Get method for attribute "ParentGroup" The parent symbol group of the level to which the given group belongs. |
| /*optional*/ DetailSymbolGroups | ListChildren
()
To list the subgroups of the given symbol group. |
| void | Modify
(DetailSymbolGroupInstructions Instructions)
To modify the given symbol group. |
| Method Detail |
|---|
| GetParentGroup |
|---|
| /*optional*/ DetailSymbolGroup | GetParentGroup | () |
| The parent symbol group of the level to which the given group belongs.
Exceptions thrown (but not limited to): XToolkitNotFound - The group is a top level group and does not have a parent.
|
| GetParentDefinition |
|---|
| DetailSymbolDefItem | GetParentDefinition | () |
| The symbol definition of the given group.
Exceptions thrown (but not limited to): XToolkitNotFound - The group is a top level group and does not have a parent.
|
| ListChildren |
|---|
| /*optional*/ DetailSymbolGroups | ListChildren | () |
| To list the subgroups of the given symbol group. Exceptions thrown (but not limited to): XToolkitNotFound - No groups are stored in the symbol definition at this level.
|
| GetInstructions |
|---|
| DetailSymbolGroupInstructions | GetInstructions | () |
To get the instructions object describing how the symbol group is constructed.
|
| Modify |
|---|
| void | Modify | (DetailSymbolGroupInstructions Instructions) |
To modify the given symbol group.
|
| Delete |
|---|
| void | Delete | () |
To delete the given symbol group.
|