public class CompoundedProgramFieldType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CompoundedProgramFieldType |
EPISODE_COMPOSITION
The compounded field type for the episode formating
|
Modifier and Type | Method and Description |
---|---|
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() |
public static final CompoundedProgramFieldType EPISODE_COMPOSITION
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.4.4, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)