|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.outerj.xreporter.report.definition.InputFieldDefinition
org.outerj.xreporter.report.definition.ConditionDefinition
org.outerj.xreporter.report.definition.QbeConditionDefinition
A QbeConditionDefinition is a ConditionDefinition
based on an output column.
(QBE = query by example)
Field Summary | |
protected java.lang.String |
fieldName
|
Fields inherited from class org.outerj.xreporter.report.definition.InputFieldDefinition |
dataType, dataTypeManager, name, required, storageId |
Constructor Summary | |
QbeConditionDefinition(ColumnDefinition columnDefinition)
|
Method Summary | |
void |
configure(org.apache.avalon.framework.configuration.Configuration configuration)
|
java.lang.String |
getField()
|
Methods inherited from class org.outerj.xreporter.report.definition.InputFieldDefinition |
compose, getDataType, getName, getStorageId, isRequired |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String fieldName
Constructor Detail |
public QbeConditionDefinition(ColumnDefinition columnDefinition)
Method Detail |
public void configure(org.apache.avalon.framework.configuration.Configuration configuration) throws org.apache.avalon.framework.configuration.ConfigurationException
configure
in interface org.apache.avalon.framework.configuration.Configurable
configure
in class InputFieldDefinition
org.apache.avalon.framework.configuration.ConfigurationException
public java.lang.String getField()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |