|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.groupInformation.GroupInformationTable
public class GroupInformationTable
GroupInformationTable: Represents a TV-Anytime Group Information Table
Constructor Summary | |
---|---|
GroupInformationTable()
Constructor for objects of class GroupInformationTable |
Method Summary | |
---|---|
void |
addGroupInformation(GroupInformation groupInformation)
addGroupInformation - adds a GroupInformation object to this GroupInformationTable |
java.lang.Object |
clone()
Clones itself. |
java.util.Vector |
getGroupInformation(ContentReference crid)
Get group information for the specified CRID. |
GroupInformation |
getGroupInformation(int index)
getGroupInformation - gets the GroupInformation object for this GroupInformationTable |
int |
getNumGroupInformations()
getNumInformation- gets the number of GroupInformation objects belonging to this GroupInformationTable |
java.util.Vector |
getProgramInformation(ContentReference crid)
Unsupported method - always throws exception. |
java.util.Vector |
getProgramLocation(ContentReference crid)
Unsupported method - always throws exception. |
java.util.Vector |
getSegmentInformation(ContentReference crid)
Unsupported method - always throws exception. |
void |
removeAll()
removeAll - removes all GroupInformation objects |
void |
removeGroupInformation(ContentReference crid)
Removes a GroupInformation object from this GroupInformationTable |
void |
removeGroupInformation(GroupInformation groupInformation)
Removes a GroupInformation object from this GroupInformationTable |
void |
removeGroupInformation(int index)
Removes a GroupInformation object from this GroupInformationTable |
java.lang.String |
toString()
toString - returns a String representation of this GroupInformationTable |
java.lang.String |
toString(int indent)
toString - returns a String representation of this GroupInformationTable with the specified number of tab indentations |
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 GroupInformationTable()
Method Detail |
---|
public java.util.Vector getProgramLocation(ContentReference crid) throws SearchInterfaceNotSupportedException
getProgramLocation
in interface MetadataSearch
crid
- the CRID of the ProgramLocation object to be searched for.
SearchInterfaceNotSupportedException
- If the implementation doesn't support this function.public java.util.Vector getProgramInformation(ContentReference crid) throws SearchInterfaceNotSupportedException
getProgramInformation
in interface MetadataSearch
crid
- the CRID of the ProgramInformation object to be searched for.
SearchInterfaceNotSupportedException
- If the implementation doesn't support this function.public java.util.Vector getSegmentInformation(ContentReference crid) throws SearchInterfaceNotSupportedException
getSegmentInformation
in interface MetadataSearch
crid
- the CRID of the SegmentInformation object to be searched for.
SearchInterfaceNotSupportedException
- If the implementation doesn't support this function.public java.util.Vector getGroupInformation(ContentReference crid) throws SearchInterfaceNotSupportedException
getGroupInformation
in interface MetadataSearch
crid
- the CRID of the GroupInformation object to be searched for.
SearchInterfaceNotSupportedException
- If the implementation doesn't support this function.public int getNumGroupInformations()
public GroupInformation getGroupInformation(int index)
index
- the index to the GroupInformation object
public void addGroupInformation(GroupInformation groupInformation)
groupInformation
- the GroupInformation objectpublic void removeGroupInformation(int index)
index
- The index to the GroupInformation objectpublic void removeGroupInformation(GroupInformation groupInformation)
groupInformation
- The GroupInformation object to removepublic void removeGroupInformation(ContentReference crid)
crid
- The CRID of the GroupInformation object to removepublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(int indent)
public java.lang.String toXML()
public java.lang.String toXML(int indent)
indent
- Number of tabs with which to indent the string.
public void removeAll()
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 |