org.axiondb
Class BaseSelectable

java.lang.Object
  extended byorg.axiondb.BaseSelectable
All Implemented Interfaces:
Selectable, Serializable
Direct Known Subclasses:
BaseFunction, FunctionIdentifier

public abstract class BaseSelectable
extends Object
implements Selectable

Version:
$Revision: 1.4 $ $Date: 2004/08/27 03:21:20 $
See Also:
Serialized Form

Constructor Summary
BaseSelectable()
           
 
Method Summary
 String getLabel()
           
 void setVariableContext(VariableContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.axiondb.Selectable
evaluate, getAlias, getDataType, getName
 

Constructor Detail

BaseSelectable

public BaseSelectable()
Method Detail

getLabel

public String getLabel()
Specified by:
getLabel in interface Selectable

setVariableContext

public void setVariableContext(VariableContext ctx)
Specified by:
setVariableContext in interface Selectable