edu.cmu.andrew.icalendar
Class AgendaRight
java.lang.Object
|
+--edu.cmu.andrew.icalendar.AgendaRight
- public class AgendaRight
- extends Object
- 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
bitmask
private int bitmask
rep
private char rep
values
private static final Set values
repmap
private static final Map repmap
CREATE_SUB
public static final AgendaRight CREATE_SUB
CREATE_EVENT
public static final AgendaRight CREATE_EVENT
ADD_EVENT
public static final AgendaRight ADD_EVENT
EDIT_EVENT
public static final AgendaRight EDIT_EVENT
DELETE_EVENT
public static final AgendaRight DELETE_EVENT
ADMIN
public static final AgendaRight ADMIN
AgendaRight
private AgendaRight(String name,
char rep,
int bitmask)
getValues
public static Set getValues()
toString
public String toString()
- Overrides:
toString
in class Object
getMask
public int getMask()
getRep
public char getRep()
valueOf
public static AgendaRight valueOf(char c)
- Parameters:
c
- - Returns:
-