public class CompoundedProgramFieldType extends 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.
|
String |
getFormatedValueForProgram(Program prog)
Gets the formated value for the given program for this
compounded field type.
|
int |
getId()
Gets the id of this compounded field type.
|
String |
getName()
Gets the name of this compounded field type.
|
String |
toString() |
public static final CompoundedProgramFieldType EPISODE_COMPOSITION
public String getFormatedValueForProgram(Program prog)
prog
- The Program to get the formated value for.public String getName()
public int getId()
public static CompoundedProgramFieldType getCompoundedProgramFieldTypeForId(int id)
id
- The id to get the compunded field type for.null
if the compounded field type of the id was not found.TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)