|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthings.data.tabular.ModuleSchemaSection
public class ModuleSchemaSection
Section.
NOTE: This package was never completed and isn't used anywhere.
Version History
EPG - Initial - 22 MAY 04
| Field Summary | |
|---|---|
java.lang.String |
myName
|
ModuleSchemaLine |
rootLine
|
java.util.Vector<ModuleSchemaLine> |
subordinateLines
|
| Constructor Summary | |
|---|---|
ModuleSchemaSection()
|
|
ModuleSchemaSection(java.lang.String name)
|
|
| Method Summary | |
|---|---|
void |
addSubordinate(ModuleSchemaLine item)
Add a subordinate. |
ModuleSchemaLine |
checkLine(java.lang.String name,
java.lang.String message)
Check the line. |
ModuleSchemaLine |
findFirstSubordinate(java.lang.String name)
Find the first subordinate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public ModuleSchemaLine rootLine
public java.util.Vector<ModuleSchemaLine> subordinateLines
public java.lang.String myName
| Constructor Detail |
|---|
public ModuleSchemaSection()
throws TabularException
TabularException
public ModuleSchemaSection(java.lang.String name)
throws TabularException
TabularException| Method Detail |
|---|
public void addSubordinate(ModuleSchemaLine item)
item -
public ModuleSchemaLine checkLine(java.lang.String name,
java.lang.String message)
throws TabularException
name - message -
TabularExceptionpublic ModuleSchemaLine findFirstSubordinate(java.lang.String name)
name -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||