| java.lang.Object org.objectweb.speedo.metadata.SpeedoMetaInfo
SpeedoMetaInfo | public class SpeedoMetaInfo (Code) | | Represents the root of the Speedo meta information. This root contains the map
of SpeedoXMLDescriptor meta object.
author: S.Chassande-Barrioz |
Field Summary | |
public Map | xmlDescriptors This fields is used by Speedo to reference the SpeedoXMLDescriptor. |
xmlDescriptors | public Map xmlDescriptors(Code) | | This fields is used by Speedo to reference the SpeedoXMLDescriptor.
It is completed by the JDOParser or by the EJBParser.
key = XML descriptor File Name
value = SpeedoXMLDescriptor
|
getSpeedoClass | public SpeedoClass getSpeedoClass(String className)(Code) | | Found into all XMLDescriptor the first a Speedo meta object
corresponding to a class name.
Parameters: className - is a name of a persistent class a SpeedoClass instance if found, otherwise null. |
getSpeedoClass | public SpeedoClass getSpeedoClass(String className, SpeedoXMLDescriptor xml)(Code) | | Found into all XMLDescriptor the first a Speedo meta object
corresponding to a class name.
Parameters: className - is a name of a persistent class Parameters: xml - is the xmldescriptor which could contain the SpeedoClass a SpeedoClass instance if found, otherwise null. |
getSpeedoClass | public SpeedoClass getSpeedoClass(String className, SpeedoPackage sp)(Code) | | Found into all XMLDescriptor the first a Speedo meta object
corresponding to a class name.
Parameters: className - is a name of a persistent class Parameters: sp - is the package which could contain the SpeedoClass a SpeedoClass instance if found, otherwise null. |
|
|