org.jboss.beans.metadata.plugins.policy
Class AbstractBindingMetaData

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.beans.metadata.plugins.policy.AbstractBindingMetaData
All Implemented Interfaces:
Serializable, Cloneable, ValueMetaDataAware, BindingMetaData, org.jboss.util.JBossInterface

public class AbstractBindingMetaData
extends org.jboss.util.JBossObject
implements BindingMetaData, ValueMetaDataAware, Serializable

Meta data for bindings.

Author:
Ales Justin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.util.JBossObject
hashCode, log, toString
 
Constructor Summary
AbstractBindingMetaData()
           
 
Method Summary
 String getName()
          Get the name
 ValueMetaData getValue()
          Get the value.
 void setName(String name)
           
 void setValue(ValueMetaData value)
          Set the value.
 void toShortString(org.jboss.util.JBossStringBuilder buffer)
           
 void toString(org.jboss.util.JBossStringBuilder buffer)
           
 
Methods inherited from class org.jboss.util.JBossObject
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractBindingMetaData

public AbstractBindingMetaData()
Method Detail

getName

public String getName()
Description copied from interface: BindingMetaData
Get the name

Specified by:
getName in interface BindingMetaData
Returns:
binding name

getValue

public ValueMetaData getValue()
Description copied from interface: ValueMetaDataAware
Get the value.

Specified by:
getValue in interface ValueMetaDataAware
Specified by:
getValue in interface BindingMetaData
Returns:
the value.

setName

public void setName(String name)

setValue

public void setValue(ValueMetaData value)
Description copied from interface: ValueMetaDataAware
Set the value.

Specified by:
setValue in interface ValueMetaDataAware
Parameters:
value - the value

toString

public void toString(org.jboss.util.JBossStringBuilder buffer)
Overrides:
toString in class org.jboss.util.JBossObject

toShortString

public void toShortString(org.jboss.util.JBossStringBuilder buffer)
Specified by:
toShortString in interface org.jboss.util.JBossInterface
Overrides:
toShortString in class org.jboss.util.JBossObject


Copyright ? 2007 JBoss Inc.. All Rights Reserved.