|
||||||||||
| 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
public class 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 ConstructorMetaDatapublic ValueMetaData getFactory()
ConstructorMetaData
getFactory in interface ConstructorMetaDatapublic String getFactoryClass()
ConstructorMetaData
getFactoryClass in interface ConstructorMetaDatapublic String getFactoryMethod()
ConstructorMetaData
getFactoryMethod in interface ConstructorMetaDatapublic Iterator getChildren()
MetaDataVisitorNode
getChildren in interface MetaDataVisitorNodegetChildren in class AbstractFeatureMetaDatapublic 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 | |||||||||