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
 String getType()
          Get the type
 ValueMetaData getValue()
          Get the value
 void setName(String name)
           
 void setType(String type)
           
 void setValue(ValueMetaData value)
          Set the value.
 void setValueObject(Object value)
           
 void setValueString(String 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

getType

public String getType()
Description copied from interface: BindingMetaData
Get the type

Specified by:
getType in interface BindingMetaData
Returns:
binding type

getValue

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

Specified by:
getValue in interface ValueMetaDataAware
Specified by:
getValue in interface BindingMetaData
Returns:
binding value

setName

public void setName(String name)

setType

public void setType(String type)

setValue

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

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

setValueObject

public void setValueObject(Object value)

setValueString

public void setValueString(String 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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.