|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.segmentInformation.SegmentGroupType
public class SegmentGroupType
SegmentGroupType: Represents a segment group type object
Field Summary | |
---|---|
static int |
ALTERNATIVE_GROUPS
|
static int |
BOOKMARKS
|
static int |
BOOKMARKS_EVENTS
|
static int |
BOOKMARKS_OBJECTS
|
static int |
HIGHLIGHTS
|
static int |
HIGHLIGHTS_EVENTS
|
static int |
HIGHLIGHTS_OBJECTS
|
static int |
INSERTION_POINTS
|
static int |
OTHER
|
static int |
PREVIEW
|
static int |
PREVIEW_SLIDESHOW
|
static int |
PREVIEW_TITLE
|
static int |
SHOTS
|
static int |
SYNOPSIS
|
static int |
TABLE_OF_CONTENTS
|
static int |
THEME_GROUP
|
Constructor Summary | |
---|---|
SegmentGroupType()
Constructor for objects of type SegmentGroupType |
|
SegmentGroupType(int groupType)
Constructor for objects of type SegmentGroupType with required fields |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones itself. |
int |
getType()
Get the type of the title (BOOKMARKS, PREVIEW, THEME_GROUP, etc.) |
void |
setType(int groupType)
Sets the group type |
java.lang.String |
toString()
Return a string representation of this object. |
java.lang.String |
toString(int indent)
Return a 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 |
Field Detail |
---|
public static final int HIGHLIGHTS
public static final int HIGHLIGHTS_OBJECTS
public static final int HIGHLIGHTS_EVENTS
public static final int BOOKMARKS
public static final int BOOKMARKS_OBJECTS
public static final int BOOKMARKS_EVENTS
public static final int THEME_GROUP
public static final int PREVIEW
public static final int PREVIEW_TITLE
public static final int PREVIEW_SLIDESHOW
public static final int TABLE_OF_CONTENTS
public static final int SYNOPSIS
public static final int SHOTS
public static final int INSERTION_POINTS
public static final int ALTERNATIVE_GROUPS
public static final int OTHER
Constructor Detail |
---|
public SegmentGroupType()
public SegmentGroupType(int groupType) throws TVAnytimeException
groupType
- the group type
TVAnytimeException
Method Detail |
---|
public int getType()
public void setType(int groupType) throws TVAnytimeException
groupType
- the group type
TVAnytimeException
- thrown when the group type is not validpublic 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 |