org.jboss.beans.metadata.spi
Interface ParameterMetaData

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

public interface ParameterMetaData
extends FeatureMetaData

Metadata about a parameter.

Version:
$Revision: 1.2 $
Author:
Adrian Brock

Method Summary
 String getType()
          Get the type.
 ValueMetaData getValue()
          Get the value.
 
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
getChildren, visit
 

Method Detail

getType

String getType()
Get the type.

Returns:
the type.

getValue

ValueMetaData getValue()
Get the value.

Returns:
the value.


Copyright © 2004 JBoss Inc. All Rights Reserved.