|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ProgrammeGroup.Type>
com.gcapmedia.dab.epg.ProgrammeGroup.Type
public static enum ProgrammeGroup.Type
Indicates the type of programme grouping
Enum Constant Summary | |
---|---|
MAGAZINE
A collection of individual programmes that are shown as a group because they are editorially coherent (e.g. |
|
OTHER_CHOICE
Can be used for any group not defined in the list about where only one member of the group should be acquired if the group is selected. |
|
OTHER_COLLECTION
Can be used for any group not defined in the preceding list where all memembers of the group should be acquired if the group is selected. |
|
PROGRAM_COMPILATION
A collection of programmes that is used to allow segments from multiple programmes to be combined in segment groups. |
|
PROGRAM_CONCEPT
The editorial concept for a programme from which specific programme versions have been derived (e.g. |
|
SERIES
An ordered or unordered collection of programmes that is shown in a sequence (e.g. |
|
SHOW
A programme theme that is typically associated with a collection of series (e.g. |
|
TOPIC
A collection of programmes on a particular topic or theme. |
Method Summary | |
---|---|
static ProgrammeGroup.Type |
fromValue(java.lang.String v)
Parse the type from a string value |
java.lang.String |
toString()
|
java.lang.String |
value()
|
static ProgrammeGroup.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProgrammeGroup.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ProgrammeGroup.Type SERIES
public static final ProgrammeGroup.Type SHOW
public static final ProgrammeGroup.Type PROGRAM_CONCEPT
public static final ProgrammeGroup.Type MAGAZINE
public static final ProgrammeGroup.Type PROGRAM_COMPILATION
public static final ProgrammeGroup.Type OTHER_COLLECTION
public static final ProgrammeGroup.Type OTHER_CHOICE
public static final ProgrammeGroup.Type TOPIC
Method Detail |
---|
public static ProgrammeGroup.Type[] values()
for (ProgrammeGroup.Type c : ProgrammeGroup.Type.values()) System.out.println(c);
public static ProgrammeGroup.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static ProgrammeGroup.Type fromValue(java.lang.String v)
public java.lang.String toString()
toString
in class java.lang.Enum<ProgrammeGroup.Type>
Enum.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |