|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object util.program.CompoundedProgramFieldType
public class CompoundedProgramFieldType
The program field type for special compounded types.
Field Summary | |
---|---|
static CompoundedProgramFieldType |
EPISODE_COMPOSITION
The compounded field type for the episode formating |
Method Summary | |
---|---|
static CompoundedProgramFieldType |
getCompoundedProgramFieldTypeForId(int id)
Gets the compounded program field type for the given id. |
java.lang.String |
getFormattedValueForProgram(Program prog)
Gets the formatted value for the given program for this compounded field type. |
int |
getId()
Gets the id of this compounded field type. |
java.lang.String |
getName()
Gets the name of this compounded field type. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final CompoundedProgramFieldType EPISODE_COMPOSITION
Method Detail |
---|
public java.lang.String getFormattedValueForProgram(Program prog)
prog
- The Program to get the formatted value for.
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
public int getId()
public static CompoundedProgramFieldType getCompoundedProgramFieldTypeForId(int id)
id
- The id to get the compounded field type for.
null
if the compounded field type of the id was not found.
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |