public abstract class ColumnValueExtractor<T extends Table<?>,C extends Column<?>> extends Object
protected C
column
protected T
table
ColumnValueExtractor(T table, C column)
abstract Object
extractValue(Node<?> context)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected T extends Table<?> table
protected C extends Column<?> column
public ColumnValueExtractor(T table, C column)
public abstract Object extractValue(Node<?> context)
Copyright © 2021 Open Foris. All rights reserved.