|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Package object defines an object able to gather a set of classes. It is a similar approach to the package keyword from java.
Method Summary | |
void |
addClass(Class aClass)
Adds an existing Class to the current Package |
void |
addCompositeName(CompositeName composite)
Adds an existing CompositeName to the current Package |
Class |
createClass(java.lang.String className)
Returns a new Class created with a class name. |
CompositeName |
createCompositeName(java.lang.String CN_Name)
Returns a new compositename identified by its name. |
Class |
getClass(java.lang.String className)
Returns a Class created with a class name. |
java.util.Collection |
getClasses()
Allows to know all the registered classes into the current schema. |
CompositeName |
getCompositeName(java.lang.String cn_Name)
Returns a compositename identified with its name. |
java.util.Collection |
getCompositeNames()
Allows to know all the registered classes into the current schema. |
java.lang.String |
getName()
Returns the name of the schema. |
java.util.Iterator |
iterateCompositeName()
Allows to know all the registered compositename into the current schema. |
Methods inherited from interface org.objectweb.jorm.metainfo.api.MetaObject |
getParent, setParent |
Method Detail |
public java.lang.String getName()
public Class getClass(java.lang.String className)
className
- the string representation of the class name
public Class createClass(java.lang.String className)
className
- the string representation of the class name
public void addClass(Class aClass)
aClass
- the Class object to addpublic void addCompositeName(CompositeName composite)
composite
- the CompositeName object to addpublic java.util.Collection getClasses()
public java.util.Collection getCompositeNames()
public CompositeName getCompositeName(java.lang.String cn_Name)
cn_Name
- the string representation of the name of the composite name.
public CompositeName createCompositeName(java.lang.String CN_Name)
CN_Name
- the string representation of the name of the compositename
public java.util.Iterator iterateCompositeName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |