public class ComponentBinding extends AbstractBinding
| Constructor and Description |
|---|
ComponentBinding(java.lang.String description,
ValueConverter valueConverter,
org.apache.hivemind.Location location,
IComponent component,
java.lang.String componentId) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getComponent()
Returns the component to which this binding is connected; this is currently only used when
building certain exceptions.
|
java.lang.Object |
getObject()
Returns the value of this binding.
|
createReadOnlyBindingException, extendDescription, getDescription, getLocation, getObject, getValueConverter, isInvariant, setObject, toStringpublic ComponentBinding(java.lang.String description, ValueConverter valueConverter, org.apache.hivemind.Location location, IComponent component, java.lang.String componentId)
public java.lang.Object getObject()
IBindingpublic java.lang.Object getComponent()
AbstractBindinggetComponent in class AbstractBinding