javax.tv.service
Class SIChangeType

java.lang.Object
  extended by javax.tv.service.SIChangeType
Direct Known Subclasses:
ProgramScheduleChangeType

public class SIChangeType
extends Object

This class represents types of changes to SI elements.

See Also:
SIChangeEvent, SIElement

Field Summary
static SIChangeType ADD
          SIChangeType indicating that an SIElement has been added.
static SIChangeType MODIFY
          SIChangeType indicating that an SIElement has been modified.
static SIChangeType REMOVE
          SIChangeType indicating that an SIElement has been removed.
 
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

ADD

public static final SIChangeType ADD
SIChangeType indicating that an SIElement has been added.


REMOVE

public static final SIChangeType REMOVE
SIChangeType indicating that an SIElement has been removed.


MODIFY

public static final SIChangeType MODIFY
SIChangeType indicating that an SIElement has been modified.

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 Object
Returns:
a string representation of the object.