javax.tv.service.guide
Class ProgramScheduleChangeType

java.lang.Object
  extended by javax.tv.service.SIChangeType
      extended by javax.tv.service.guide.ProgramScheduleChangeType

public class ProgramScheduleChangeType
extends SIChangeType

This class represents types of changes to program schedules.

See Also:
ProgramScheduleEvent, ProgramSchedule

Field Summary
static ProgramScheduleChangeType CURRENT_PROGRAM_EVENT
          ProgramScheduleChangeType indicating that the current program event has changed.
 
Fields inherited from class javax.tv.service.SIChangeType
ADD, MODIFY, REMOVE
 
Method Summary
 String toString()
          Provides the string name of the type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CURRENT_PROGRAM_EVENT

public static final ProgramScheduleChangeType CURRENT_PROGRAM_EVENT
ProgramScheduleChangeType indicating that the current program event has changed.

Method Detail

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.