Uses of Class
nl.uva.vlet.vrs.EventType

Packages that use EventType
nl.uva.vlet.vrs   
 

Uses of EventType in nl.uva.vlet.vrs
 

Fields in nl.uva.vlet.vrs declared as EventType
 EventType ResourceEvent.eventType
          The Event Type
 

Methods in nl.uva.vlet.vrs that return EventType
 EventType ResourceEvent.getType()
           
static EventType EventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventType[] EventType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.