|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.util.query.QueryField
@StableMinor(version="7.0", sinceVersion="4.0") public class QueryField
Represents a query field
Constructor Summary | |
---|---|
QueryField()
|
Method Summary | |
---|---|
IConverter |
getConverter()
Returns the converter for this field's values. |
String |
getDataType()
Returns the LPS data type of this field. |
String |
getFieldAlias()
|
String |
getFieldName()
|
String |
getIdentification()
|
QueryTable |
getTableOrView()
|
boolean |
isGroupBy()
Returns true if field should be in group by clause, otherwise false . |
void |
setConverter(IConverter converter)
Sets the converter for this field's values. |
void |
setDataType(String dataType)
Sets the LPS data type of this field. |
void |
setFieldAlias(String fieldAlias)
|
void |
setFieldName(String fieldName)
|
void |
setGroupBy(boolean groupBy)
Sets the group by attribute. |
void |
setTableOrView(QueryTable tableOrView)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QueryField()
Method Detail |
---|
public String getFieldAlias()
public void setFieldAlias(String fieldAlias)
public String getFieldName()
public void setFieldName(String fieldName)
public QueryTable getTableOrView()
public void setTableOrView(QueryTable tableOrView)
public String getDataType()
public void setDataType(String dataType)
public IConverter getConverter()
public void setConverter(IConverter converter)
converter
- the converter to set.public String getIdentification()
public String toString()
toString
in class Object
public boolean isGroupBy()
true
if field should be in group by clause, otherwise false
.
true
if field should be in group by clause, otherwise false
.public void setGroupBy(boolean groupBy)
groupBy
- the group by attribute.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |