Interface JOP.persist.ClassDefinition
All Packages Class Hierarchy This Package Previous Next Index Home
Interface JOP.persist.ClassDefinition
- public interface ClassDefinition
- extends Object
This is an INTERNAL class.
Each ObjectDefinition has one or
more ClassDefinitions. The ClassDefinition has
a name (the defined class) and a number
of slots.
-
getClassName()
- Returns the classname as a String.
-
slots()
- Returns the SlotDefinitions for each slot defined
in this class.
getClassName
public abstract String getClassName()
- Returns the classname as a String. This classname
is the implementation class at this level in the
inheretence graph of the object.
slots
public abstract Enumeration slots()
- Returns the SlotDefinitions for each slot defined
in this class. The slot definitions are returned
in the same order as they are defined in the
.java source file
All Packages Class Hierarchy This Package Previous Next Index Home