public final void setValue( Object object, Object value )
throws IllegalStateException, IllegalArgumentException
{
if ((_mode == MODE_AUTO) || (_mode == MODE_CHILD_LINK)) {
if (object instanceof ContainerElement) {
ContainerElement container = (ContainerElement)object;
_handler.setValue(container.getParent(), value);
}
}
//-- MODE_PARENT_LINK
//-- do nothing, a container is not actually part of the
//-- object model