org.objectweb.speedo.metadata.jdo
Class JDODefaults

java.lang.Object
  extended by org.objectweb.speedo.metadata.SpeedoDefaults
      extended by org.objectweb.speedo.metadata.jdo.JDODefaults

public class JDODefaults
extends SpeedoDefaults

This class is in charge of the initialization of Speedo Meta Objects with the default value corresponding to the JDO personality.

Author:
S.Chassande-Barrioz, P. Dechamboux

Constructor Summary
JDODefaults()
           
 
Method Summary
 void assignDefaults(java.lang.Object se)
          This abstract method should initiaze a speedo meta Object.
 
Methods inherited from class org.objectweb.speedo.metadata.SpeedoDefaults
init, setDefaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDODefaults

public JDODefaults()
Method Detail

assignDefaults

public void assignDefaults(java.lang.Object se)
                    throws SpeedoRuntimeException
Description copied from class: SpeedoDefaults
This abstract method should initiaze a speedo meta Object.

Specified by:
assignDefaults in class SpeedoDefaults
Parameters:
se - the speedo meta object to initialize.
Throws:
SpeedoRuntimeException