|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.fdsapi.arrays.ColumnFunctionFactory
A factory that is in charge of creating Column objects.
| Constructor Summary | |
ColumnFunctionFactory()
Creates a new instance of ColumnFunctionFactory |
|
| Method Summary | |
Column |
getFunction(java.lang.String functionName)
Passing in a certain name return the associated object that implements the Column interface |
protected java.lang.String |
getFunctionREString()
|
void |
putFunction(java.lang.String functionName,
Column col)
Add a function that implements the Column interface to the function factory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ColumnFunctionFactory()
| Method Detail |
public Column getFunction(java.lang.String functionName)
public void putFunction(java.lang.String functionName,
Column col)
protected java.lang.String getFunctionREString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||