public class SQLQueryField extends DisplayField
Modifier and Type | Class and Description |
---|---|
class |
SQLQueryField.QueryMappingColumn |
generatedFor
Constructor and Description |
---|
SQLQueryField(ElementDisplay ed) |
Modifier and Type | Method and Description |
---|---|
void |
addMappingColumn(SQLQueryField.QueryMappingColumn mc) |
void |
addMappingColumn(String schemaField,
String queryField) |
ArrayList<SQLQueryField.QueryMappingColumn> |
getMappingColumns() |
String |
getSubQuery() |
Object |
getValue() |
void |
setMappingColumns(ArrayList<SQLQueryField.QueryMappingColumn> mappingColumns) |
void |
setSubQuery(String subQuery) |
void |
setValue(Object value) |
addDisplayFieldElement, getContent, getDarkColor, getDataType, getDescription, getDisplayFieldForDFIdOrXPath, getDisplayFieldForUnknownPath, getElements, getEnumeration, getEnumeration, getHeader, getHtmlCell, getHtmlImage, getHtmlLink, getId, getIdentifier, getLightColor, getParentDisplay, getPrimarySchemaField, getSchemaFields, getSequence, getSortBy, getSortIndex, getSortOrder, getSqlContent, getSQLContent, getSummary, hasEnumeration, hasEnumeration, isHtmlContent, isImage, isSearchable, isVisible, MapTypesForEmptyQuotes, MapTypesForQuotes, needsSQLEmptyQuotes, needsSQLQuotes, setContent, setDataType, setDescription, setElements, setHeader, setHtmlCell, setHtmlContent, setHtmlImage, setHtmlLink, setId, setImage, setImage, setSearchable, setSearchable, setSequence, setSortBy, setSortIndex, setSortOrder, setVisible, setVisible, toString
public SQLQueryField(ElementDisplay ed)
ed
- public Object getValue()
public void setValue(Object value)
value
- the value to setpublic String getSubQuery()
public void setSubQuery(String subQuery)
subQuery
- the subQuery to setpublic void addMappingColumn(SQLQueryField.QueryMappingColumn mc)
public ArrayList<SQLQueryField.QueryMappingColumn> getMappingColumns()
public void setMappingColumns(ArrayList<SQLQueryField.QueryMappingColumn> mappingColumns)
mappingColumns
- the mappingColumns to setCopyright © 2015 Neuroinformatics Research Group. All rights reserved.