org.vrspace.neurogrid
Class EventType

java.lang.Object
  extended byorg.vrspace.neurogrid.NGObject
      extended byorg.vrspace.neurogrid.EventType

public class EventType
extends NGObject

Event types


Field Summary
static EventType CLICKED
           
static EventType SUGGESTED
           
 java.lang.String type
           
static EventType[] types
           
 
Fields inherited from class org.vrspace.neurogrid.NGObject
db, db_id
 
Constructor Summary
EventType()
           
EventType(java.lang.String type)
           
 
Method Summary
 NGObject next()
           
 java.lang.String toString()
          Returns string containing id and name of this record
 
Methods inherited from class org.vrspace.neurogrid.NGObject
deleteStatement, fieldIterator, fieldIterator, fromText, getID, getTable, init, insertStatement, nullify, stringify, stringify, toText, updateStatement, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SUGGESTED

public static final EventType SUGGESTED

CLICKED

public static final EventType CLICKED

types

public static final EventType[] types

type

public java.lang.String type
Constructor Detail

EventType

public EventType()

EventType

public EventType(java.lang.String type)
Method Detail

toString

public java.lang.String toString()
Description copied from class: NGObject
Returns string containing id and name of this record

Overrides:
toString in class NGObject

next

public NGObject next()
Specified by:
next in class NGObject