Package com.mckoi.database
Interface VariableResolver
-
- All Known Implementing Classes:
FunctionTable.TableGroupResolver.TableGVResolver,RowData.RDVariableResolver,Table.TableVariableResolver,TableDataConglomerate.TableRowVariableResolver
public interface VariableResolverAn interface to resolve a variable name to a constant object. This is used as a way to resolve a variable into a value to use in an expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TObjectresolve(Variable variable)Returns the value of a given variable.TTypereturnTType(Variable variable)Returns the TType of object the given variable is.intsetID()A number that uniquely identifies the current state of the variable resolver.
-