|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.metadata.SpeedoMetaInfo
public class SpeedoMetaInfo
Represents the root of the Speedo meta information. This root contains the map of SpeedoXMLDescriptor meta object.
Field Summary | |
---|---|
java.util.Map |
xmlDescriptors
This fields is used by Speedo to reference the SpeedoXMLDescriptor. |
Constructor Summary | |
---|---|
SpeedoMetaInfo()
|
Method Summary | |
---|---|
SpeedoClass |
getSpeedoClass(java.lang.String className)
Found into all XMLDescriptor the first a Speedo meta object corresponding to a class name. |
SpeedoClass |
getSpeedoClass(java.lang.String className,
SpeedoPackage sp)
Found into all XMLDescriptor the first a Speedo meta object corresponding to a class name. |
SpeedoClass |
getSpeedoClass(java.lang.String className,
SpeedoXMLDescriptor xml)
Found into all XMLDescriptor the first a Speedo meta object corresponding to a class name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.Map xmlDescriptors
Constructor Detail |
---|
public SpeedoMetaInfo()
Method Detail |
---|
public SpeedoClass getSpeedoClass(java.lang.String className)
className
- is a name of a persistent class
public SpeedoClass getSpeedoClass(java.lang.String className, SpeedoXMLDescriptor xml)
className
- is a name of a persistent classxml
- is the xmldescriptor which could contain the SpeedoClass
public SpeedoClass getSpeedoClass(java.lang.String className, SpeedoPackage sp)
className
- is a name of a persistent classsp
- is the package which could contain the SpeedoClass
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |