org.siebengeisslein.ide.data
Class DataDirectory
java.lang.Object
org.siebengeisslein.client.Persistent
org.siebengeisslein.ide.data.DataDirectory
- All Implemented Interfaces:
- Instrumented
public class DataDirectory
- extends Persistent
| 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 |
DataDirectory
public DataDirectory(TypeManager typeManager)
getSize
public int getSize()
getChild
public AbstractData getChild(int index)
add
public void add(AbstractData entry)
indexOf
public int indexOf(java.lang.Object child)
getData
public GlobalData getData(CloneHelper helper)
throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
getChildByName
public AbstractData getChildByName(java.lang.String name)
getAsVariable
public Variable getAsVariable()