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

String getName()

getType

String getType()

getDescription

String getDescription()

getDefaultValue

String getDefaultValue()

getValue

String getValue()