|
|||||||||
| Home >> All >> org >> vrspace >> [ neurogrid overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.vrspace.neurogrid
Class EventType

java.lang.Objectorg.vrspace.neurogrid.NGObject
org.vrspace.neurogrid.EventType
- public class EventType
- extends NGObject
Event types
| Field Summary | |
static EventType |
CLICKED
|
(package private) static int |
cnt
|
static EventType |
SUGGESTED
|
java.lang.String |
type
|
static EventType[] |
types
|
| Fields inherited from class org.vrspace.neurogrid.NGObject |
db, db_id |
| Constructor Summary | |
|
EventType()
|
private |
EventType(int id,
java.lang.String type)
|
|
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 |
cnt
static int cnt
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
private EventType(int id,
java.lang.String type)
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
next
public NGObject next()
|
|||||||||
| Home >> All >> org >> vrspace >> [ neurogrid overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC