org.jboss.beans.metadata.spi.policy
Interface BindingMetaData

All Known Implementing Classes:
AbstractBindingMetaData

public interface BindingMetaData

Bindings.

Author:
Ales Justin

Method Summary
 String getName()
          Get the name
 ValueMetaData getValue()
          Get the value
 

Method Detail

getName

String getName()
Get the name

Returns:
binding name

getValue

ValueMetaData getValue()
Get the value

Returns:
binding value


Copyright ? 2007 JBoss Inc.. All Rights Reserved.