public interface PersistentDefinition
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getDefXMLElementTag() | 
| java.lang.String | getDefXMLNameSpace() | 
| java.lang.String | getXMLElementTag()Returns a piece of static info for the type of object this is invoked
 upon. | 
| void | writeChildren(DefWriter jos)Writes the Object's children to the Persistent storage | 
| void | writeContents(DefWriter jos)Objects should write their persistence output in this method | 
| void | writeObject(DefWriter jos)Objects should write their persistence output in this method | 
void writeObject(DefWriter jos) throws DefPersistenceException
jos - the Output storage for persistenceDefPersistenceExceptionvoid writeContents(DefWriter jos) throws DefPersistenceException
jos - the Output storage for persistencejava.lang.Error - in writing the Object's contents to Persistent StorageDefPersistenceExceptionvoid writeChildren(DefWriter jos) throws DefPersistenceException
jos - the Output storage for persistencejava.lang.Error - in writing the Object's Children to the storageDefPersistenceExceptionjava.lang.String getXMLElementTag()
java.lang.String getDefXMLElementTag()
java.lang.String getDefXMLNameSpace()