edu.cmu.andrew.icalendar
Class EventStatus
java.lang.Object
|
+--edu.cmu.andrew.icalendar.EventStatus
- public final class EventStatus
- extends Object
Enumerated type representing the value of the iCalendar STATUS property.
- Author:
- leg
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
name
private final String name
TENTATIVE
public static final EventStatus TENTATIVE
CONFIRMED
public static final EventStatus CONFIRMED
CANCELLED
public static final EventStatus CANCELLED
EventStatus
private EventStatus(String name)
toString
public String toString()
- Overrides:
toString
in class Object
valueOf
public static EventStatus valueOf(String s)