|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objecttoolbox.beangen.BeanDefinition
public class BeanDefinition
Parses the Bean Definition XML file.
| Constructor Summary | |
|---|---|
BeanDefinition(java.lang.String beanDef)
Construct a new BeanDefinition with the location of the Bean Definition XML file. |
|
| Method Summary | |
|---|---|
java.lang.String |
getBeanComment()
Return a String containing a class level comment that must be included in the generated bean. |
java.util.List |
getBeanImports()
Return a List of imports that must be included in the bean that is defined by this definition. |
java.util.Map |
getBeanMappings()
Return a Map containing the mappings between the bean property names and and the keys of the internal Map used to store property values. |
java.lang.String |
getBeanName()
Return the name of the bean that this definition defines. |
java.lang.String |
getBeanPackage()
Return the package name of the bean that this definition defines. |
java.util.List |
getBeanProperties()
Return a List containing the properties of the bean that is defined by this definition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanDefinition(java.lang.String beanDef)
throws BeanException
beanDef - Location of the Bean Definition XML file.
BeanException| Method Detail |
|---|
public java.lang.String getBeanName()
public java.lang.String getBeanPackage()
public java.util.List getBeanImports()
public java.lang.String getBeanComment()
public java.util.List getBeanProperties()
public java.util.Map getBeanMappings()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||