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
 String getType()
          Get the type
 ValueMetaData getValue()
          Get the value
 

Method Detail

getName

String getName()
Get the name

Returns:
binding name

getType

String getType()
Get the type

Returns:
binding type

getValue

ValueMetaData getValue()
Get the value

Returns:
binding value


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