|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.arooa.beanutils.MagicBeanClassCreator
public class MagicBeanClassCreator
Creates new Magic Bean ArooaClass
.
Constructor Summary | |
---|---|
MagicBeanClassCreator(String name)
Create an instance of the creator with the given class name. |
Method Summary | |
---|---|
void |
addProperty(String name,
Class<?> type)
Add a property. |
ArooaClass |
create()
Create an ArooaClass. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MagicBeanClassCreator(String name)
name
- The name.Method Detail |
---|
public void addProperty(String name, Class<?> type)
name
- The name of the property.type
- The type of the property.public ArooaClass create()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |