|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sourceforge.jemm.util.JEMMType
public abstract class JEMMType
Interface to mark JEMM types. These are special classes that are usable by user persistent classes,
but are specially implemented in JEMM. These include connections class ( JemmMap
, JemmList
etc. )
Field Summary | |
---|---|
protected ShadowTypeObject |
jemmOIF
The underlying shadow object that handles communication with the store |
Constructor Summary | |
---|---|
|
JEMMType()
Creates a JEMMType instance. |
protected |
JEMMType(ShadowTypeObject jemmOIF)
|
Method Summary | |
---|---|
void |
setShadow(ShadowTypeObject sto)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ShadowTypeObject jemmOIF
Constructor Detail |
---|
public JEMMType()
protected JEMMType(ShadowTypeObject jemmOIF)
Method Detail |
---|
public void setShadow(ShadowTypeObject sto)
sto
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |