org.jboss.beans.metadata.spi
Interface PropertyMetaData

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

public interface PropertyMetaData
extends FeatureMetaData

Metadata about a property.

Version:
$Revision: 1.2 $
Author:
Adrian Brock

Method Summary
 String getName()
          Get the name.
 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

getName

String getName()
Get the name.

Returns:
the name.

getValue

ValueMetaData getValue()
Get the value.

Returns:
the value.


Copyright © 2004 JBoss Inc. All Rights Reserved.