org.objectweb.speedo.metadata
Class MetaDataHelper

java.lang.Object
  |
  +--org.objectweb.speedo.metadata.MetaDataHelper

public class MetaDataHelper
extends java.lang.Object

Author:
S.Chassande-Barrioz

Constructor Summary
MetaDataHelper()
           
 
Method Summary
static SpeedoClass fetchJDOClass(java.lang.String className, SpeedoXMLDescriptor xml)
          Looks for a specific SpeedoClass in the object model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaDataHelper

public MetaDataHelper()
Method Detail

fetchJDOClass

public static SpeedoClass fetchJDOClass(java.lang.String className,
                                        SpeedoXMLDescriptor xml)
Looks for a specific SpeedoClass in the object model.
Parameters:
className - the complete name of the class
xml - the Object Model describing known JDO Instances
Returns:
the corresponding SpeedoClass if it exists, null either