org.jboss.beans.metadata.plugins
Interface ValueMetaDataAware

All Known Implementing Classes:
AbstractBindingMetaData, AbstractConstructorArg, AbstractConstructorMetaData, AbstractParameterMetaData, AbstractPropertyMetaData, ValueMetaDataAwareVertex

public interface ValueMetaDataAware

Simple ValueMetaData aware.

Author:
Ales Justin

Method Summary
 ValueMetaData getValue()
          Get the value.
 void setValue(ValueMetaData value)
          Set the value.
 

Method Detail

getValue

ValueMetaData getValue()
Get the value.

Returns:
the value.

setValue

void setValue(ValueMetaData value)
Set the value.

Parameters:
value - the value


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