org.jboss.beans.metadata.spi
Interface ConstructorMetaData

All Superinterfaces:
Cloneable, FeatureMetaData, org.jboss.util.JBossInterface, MetaDataVisitorNode, ParameterizedMetaData
All Known Implementing Classes:
AbstractConstructorMetaData

public interface ConstructorMetaData
extends ParameterizedMetaData, FeatureMetaData

Metadata about construction.

Version:
$Revision: 59524 $
Author:
Adrian Brock

Method Summary
 ValueMetaData getFactory()
          Get the factory.
 String getFactoryClass()
          Get the factory class.
 String getFactoryMethod()
          Get the factory method.
 ValueMetaData getValue()
          Get the value.
 
Methods inherited from interface org.jboss.beans.metadata.spi.ParameterizedMetaData
getParameters
 
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
clone, describeVisit, getChildren, initialVisit
 

Method Detail

getValue

ValueMetaData getValue()
Get the value.

Returns:
the value.

getFactory

ValueMetaData getFactory()
Get the factory.

Returns:
the factory.

getFactoryClass

String getFactoryClass()
Get the factory class.

Returns:
the class name of the factory.

getFactoryMethod

String getFactoryMethod()
Get the factory method.

Returns:
the factory method.


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.