|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.beans.metadata.plugins.AbstractFeatureMetaData
org.jboss.beans.metadata.plugins.AbstractConstructorMetaData
Metadata for construction.
Field Summary | |
protected ValueMetaData |
factory
The factory |
protected String |
factoryClassName
The factory class name |
protected String |
factoryMethod
The factory method |
protected List |
parameters
The paramaters List |
Fields inherited from class org.jboss.beans.metadata.plugins.AbstractFeatureMetaData |
annotations, description |
Fields inherited from class org.jboss.util.JBossObject |
hashCode, log, toString |
Constructor Summary | |
AbstractConstructorMetaData()
Create a new constructor meta data |
Method Summary | |
Iterator |
getChildren()
Return the child nodes |
ValueMetaData |
getFactory()
Get the factory. |
String |
getFactoryClass()
Get the factory class. |
String |
getFactoryMethod()
Get the factory method. |
List |
getParameters()
Get the parameters. |
void |
setFactory(ValueMetaData factory)
Set the factory |
void |
setFactoryClass(String name)
Set the factory class name |
void |
setFactoryMethod(String name)
Set the factory method |
void |
setParameters(List parameters)
Set the parameters |
void |
toString(org.jboss.util.JBossStringBuilder buffer)
|
Methods inherited from class org.jboss.beans.metadata.plugins.AbstractFeatureMetaData |
getAnnotations, getDescription, setAnnotations, setDescription, toShortString, visit |
Methods inherited from class org.jboss.util.JBossObject |
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.beans.metadata.spi.FeatureMetaData |
getAnnotations, getDescription |
Methods inherited from interface org.jboss.util.JBossInterface |
clone, toShortString, toShortString |
Methods inherited from interface org.jboss.beans.metadata.spi.MetaDataVisitorNode |
visit |
Field Detail |
protected List parameters
protected ValueMetaData factory
protected String factoryClassName
protected String factoryMethod
Constructor Detail |
public AbstractConstructorMetaData()
Method Detail |
public void setParameters(List parameters)
parameters
- Listpublic void setFactory(ValueMetaData factory)
factory
- the factorypublic void setFactoryClass(String name)
name
- the factory class namepublic void setFactoryMethod(String name)
name
- the factory methodpublic List getParameters()
ConstructorMetaData
getParameters
in interface ConstructorMetaData
public ValueMetaData getFactory()
ConstructorMetaData
getFactory
in interface ConstructorMetaData
public String getFactoryClass()
ConstructorMetaData
getFactoryClass
in interface ConstructorMetaData
public String getFactoryMethod()
ConstructorMetaData
getFactoryMethod
in interface ConstructorMetaData
public Iterator getChildren()
MetaDataVisitorNode
getChildren
in interface MetaDataVisitorNode
getChildren
in class AbstractFeatureMetaData
public void toString(org.jboss.util.JBossStringBuilder buffer)
toString
in class AbstractFeatureMetaData
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |