|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ims.db.DLISegmentInfo
A DLISegmentInfo
object is wrapper class used to associate a
DLISegment
object with its hierarchical parent for use within
a DLIDatabaseView
object. Subclasses of DLIDatabaseView
statically create an array of DLISegmentInfo
objects and pass the
array to the DLIDatabaseView
constructor.
Constructor Summary | |
DLISegmentInfo(DLISegment segment,
int parentIndex)
Constructs a DLISegmentInfo object from an instance of a
DLISegment and the index of the hierarchical parent in an array of
DLISegmentInfo objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DLISegmentInfo(DLISegment segment, int parentIndex)
DLISegmentInfo
object from an instance of a
DLISegment
and the index of the hierarchical parent in an array of
DLISegmentInfo
objects.segment
- a DLISegment
objectparentIndex
- the index of the parent's DLISegmentInfo
object in an
array of DLISegmentInfo
objects.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |