|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.segmentInformation.SegmentList
public class SegmentList
SegmentList: Represents a list of segments
Constructor Summary | |
---|---|
SegmentList()
Constructor for objects of class SegmentList |
|
SegmentList(SegmentInformation segInfo)
Constructor for objects of class SegmentList with required fields |
Method Summary | |
---|---|
void |
addSegmentInformation(SegmentInformation segInfo)
addSegmentInformation - adds a SegmentInformation object |
java.lang.Object |
clone()
Clones itself. |
int |
getNumSegmentInformations()
getNumSegmentInformations - gets the number of SegmentInformation objects belonging to this SegmentList |
SegmentInformation |
getSegmentInformation(int index)
getSegmentInformations - gets the SegmentInformation objects specified by index |
SegmentInformation |
getSegmentInformation(java.lang.String segID)
getSegmentInformation - gets the SegmentInformation object for specified segID. |
void |
removeAll()
removeAll - removes all SegmentInformation objects |
java.lang.String |
toString()
Returns string representation of this object. |
java.lang.String |
toString(int indent)
Returns string representation of this object. |
java.lang.String |
toXML()
Returns XML representation of this table. |
java.lang.String |
toXML(int indent)
Returns XML representation of this table. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SegmentList()
public SegmentList(SegmentInformation segInfo)
segInfo
- a SegmentInformation objectMethod Detail |
---|
public int getNumSegmentInformations()
public SegmentInformation getSegmentInformation(int index)
index
- the index to the SegmentInformation object
public SegmentInformation getSegmentInformation(java.lang.String segID)
segID
- the segID
public void addSegmentInformation(SegmentInformation segInfo)
segInfo
- the SegmentInformation objectpublic void removeAll()
public java.lang.String toXML()
public java.lang.String toXML(int indent)
indent
- Number of tabs with which to indent the string.
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(int indent)
indent
- number of tabs to put before the string.
public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |