com.xenonsoft.bridgetown.soa.config
Interface IValueReferenceMutator

All Known Implementing Classes:
PropertyConfig

public interface IValueReferenceMutator

An interface contract for any configuration object that accepts a value reference mutable property

Version:
$Id: IValueReferenceMutator.java,v 1.2 2005/02/23 01:31:11 peter_pilgrim Exp $
Author:
Peter Pilgrim, 03-Feb-2005 22:10:55

Method Summary
 void addValueReference(ValueReferenceConfig ref)
          Adds a reference to the property configuration.
 ValueReferenceConfig getValueRef()
          Gets the valueRef configuration
 void setValueRef(ValueReferenceConfig ref)
          Sets the valueRef configuration
 

Method Detail

getValueRef

public ValueReferenceConfig getValueRef()
Gets the valueRef configuration

Returns:
Returns the valueRef.

setValueRef

public void setValueRef(ValueReferenceConfig ref)
Sets the valueRef configuration


addValueReference

public void addValueReference(ValueReferenceConfig ref)
Adds a reference to the property configuration. An alias to setRef, because a property can also be wired by reference to another JavaBean.



Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.