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

Field Summary
static EventStatus CANCELLED
           
static EventStatus CONFIRMED
           
private  String name
           
static EventStatus TENTATIVE
           
 
Constructor Summary
private EventStatus(String name)
           
 
Method Summary
 String toString()
           
static EventStatus valueOf(String s)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

name

private final String name

TENTATIVE

public static final EventStatus TENTATIVE

CONFIRMED

public static final EventStatus CONFIRMED

CANCELLED

public static final EventStatus CANCELLED
Constructor Detail

EventStatus

private EventStatus(String name)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

valueOf

public static EventStatus valueOf(String s)