org.jboss.beans.metadata.plugins.policy
Class AbstractBindingMetaData
java.lang.Object
org.jboss.util.JBossObject
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
Fields inherited from class org.jboss.util.JBossObject |
hashCode, log, toString |
Methods inherited from class org.jboss.util.JBossObject |
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation |
AbstractBindingMetaData
public AbstractBindingMetaData()
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.