org.siebengeisslein.ide.data
Class GlobalDataVariable

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.ide.data.AbstractGlobalVariable<GlobalDataType>
          extended by org.siebengeisslein.ide.data.GlobalDataVariable
All Implemented Interfaces:
Instrumented, CodeFragment, Variable<GlobalDataType>

public class GlobalDataVariable
extends AbstractGlobalVariable<GlobalDataType>


Field Summary
static java.lang.String NAME
           
 
Constructor Summary
GlobalDataVariable(TypeManager typeManager, DataDirectory data)
           
 
Method Summary
protected  java.lang.Class getResultClass()
           
 
Methods inherited from class org.siebengeisslein.ide.data.AbstractGlobalVariable
getName, getType, visitGet, visitSet
 
Methods inherited from class org.siebengeisslein.client.Persistent
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

GlobalDataVariable

public GlobalDataVariable(TypeManager typeManager,
                          DataDirectory data)
Method Detail

getResultClass

protected java.lang.Class getResultClass()
Specified by:
getResultClass in class AbstractGlobalVariable<GlobalDataType>