com.bea.connector
Interface IMutableVariable

All Superinterfaces:
IVariable, Serializable

public interface IMutableVariable
extends IVariable

Contains an adapter defined environment variable for which the value can be changed.


Method Summary
 void setValue(String value)
           
 
Methods inherited from interface com.bea.connector.IVariable
getDefaultValue, getDescription, getName, getType, getValue
 

Method Detail

setValue

public void setValue(String value)