|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objecttoolbox.dao.Query.Field
class Query.Field
The Field class represents a field within the query being generated. A field is a name value pair.
| Constructor Summary | |
|---|---|
Query.Field(java.lang.String name,
java.lang.String type,
java.lang.Object[] values)
Creates a new Field object with the given name and value. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFieldName()
Returns the name of the field. |
java.lang.String |
getFieldType()
Returns the type of this field. |
java.lang.Object[] |
getFieldValues()
Returns the values of the field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
Query.Field(java.lang.String name,
java.lang.String type,
java.lang.Object[] values)
name - Field name.type - Indicates the type of field: single or range.values - Field value.| Method Detail |
|---|
public java.lang.String getFieldName()
public java.lang.String getFieldType()
public java.lang.Object[] getFieldValues()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||