com.bea.connector
Interface IVariable

All Superinterfaces:
Serializable
All Known Subinterfaces:
IMutableVariable

public interface IVariable
extends Serializable

Contains an adapter defined environment variable


Method Summary
 String getDefaultValue()
           
 String getDescription()
           
 String getName()
           
 String getType()
           
 String getValue()
           
 

Method Detail

getName

public String getName()

getType

public String getType()

getDescription

public String getDescription()

getDefaultValue

public String getDefaultValue()

getValue

public String getValue()