|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTSObjLst
class TSObjLst
.
====================================================================== Class ObjLst -- List of Object-definitions (route-reference-list) (used to store '*.ref'-file) ##TSObjLst (Eyecatcher) ======================================================================
Field Summary | |
---|---|
protected static java.lang.String |
IdStr
|
private java.lang.String |
Name
|
private java.util.TreeMap<java.lang.String,TSObjDef> |
ObjT
|
Constructor Summary | |
---|---|
protected |
TSObjLst()
. |
protected |
TSObjLst(java.lang.String cn)
. |
Method Summary | |
---|---|
protected boolean |
add(TSObjDef cE)
. |
protected java.util.Iterator<TSObjDef> |
getIt()
. |
protected java.lang.String |
getName()
. |
protected java.lang.String |
toStr()
. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String IdStr
private java.lang.String Name
private java.util.TreeMap<java.lang.String,TSObjDef> ObjT
Constructor Detail |
---|
protected TSObjLst()
===================================================================== Constructor: (1) Create Default-Entry =====================================================================
protected TSObjLst(java.lang.String cn)
===================================================================== Constructor: (2) Create Standard-Entry =====================================================================
Method Detail |
---|
protected final boolean add(TSObjDef cE)
===================================================================== Method "add" Add an Entry to the classlist of route-reference-objects. Method returns 'false if an error is found. ##add.TSObjLst (Eyecatcher) =====================================================================
protected final java.lang.String getName()
===================================================================== Method "getName" Returns the current Class-description of this table ##getName.TSObjLst (Eyecatcher) =====================================================================
protected final java.util.Iterator<TSObjDef> getIt()
===================================================================== Method "getIt" Returns an Iterator to all values of this table ##getIt.TSObjLst (Eyecatcher) =====================================================================
protected final java.lang.String toStr()
===================================================================== Method "toStr" Build a string-representation of all values of this class ##toStr.TSObjLst (Eyecatcher) =====================================================================
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |