javax.tv.service.guide
Class ProgramScheduleChangeType
java.lang.Object
javax.tv.service.SIChangeType
javax.tv.service.guide.ProgramScheduleChangeType
public class ProgramScheduleChangeType
- extends SIChangeType
This class represents types of changes to program schedules.
- See Also:
ProgramScheduleEvent,
ProgramSchedule
|
Method Summary |
String |
toString()
Provides the string name of the type. |
CURRENT_PROGRAM_EVENT
public static final ProgramScheduleChangeType CURRENT_PROGRAM_EVENT
ProgramScheduleChangeType indicating that the
current program event has changed.
ProgramScheduleChangeType
protected ProgramScheduleChangeType(String name)
- Creates an
ProgramScheduleChangeType object.
- Parameters:
name - The string name of this type (e.g. "CURRENT_PROGRAM_EVENT").
toString
public String toString()
- Provides the string name of the type. For the type objects
defined in this class, the string name will be identical to the
class variable name.
- Overrides:
toString in class SIChangeType
- Returns:
- The string name of the type.
Copyright © 2011. All Rights Reserved.