|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpl.fredy.datadrill.SqlParserObject
public class SqlParserObject
Field Summary | |
---|---|
int |
COMBOBOX
|
int |
DATEFIELD
|
int |
NUMBERFIELD
|
java.lang.String |
parameter
|
int |
TEXTFIELD
|
int |
TWINBOX
|
java.lang.String |
value
|
Constructor Summary | |
---|---|
SqlParserObject()
|
Method Summary | |
---|---|
java.lang.Object |
getComponent()
|
t_connect |
getCon()
Get the value of con. |
int |
getFieldType()
Get the value of fieldType. |
java.lang.String |
getOrigText()
Get the value of origText. |
java.lang.String |
getQuery()
Get the value of query. |
java.lang.String |
getText()
|
java.lang.String |
getValue()
|
void |
setComponent()
Set the value of component. |
void |
setCon(t_connect v)
Set the value of con. |
void |
setFieldType(int v)
Set the value of fieldType. |
void |
setOrigText(java.lang.String v)
Set the value of origText. |
void |
setQuery(java.lang.String v)
Set the value of query. |
void |
setTyp(java.lang.String v)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String parameter
public java.lang.String value
public int DATEFIELD
public int TEXTFIELD
public int NUMBERFIELD
public int COMBOBOX
public int TWINBOX
Constructor Detail |
---|
public SqlParserObject()
Method Detail |
---|
public java.lang.String getOrigText()
public void setOrigText(java.lang.String v)
v
- Value to assign to origText.public int getFieldType()
public void setFieldType(int v)
v
- Value to assign to fieldType.public void setTyp(java.lang.String v)
public java.lang.String getQuery()
public void setQuery(java.lang.String v)
v
- Value to assign to query.public t_connect getCon()
public void setCon(t_connect v)
v
- Value to assign to con.public java.lang.String getText()
public java.lang.String getValue()
public void setComponent()
v
- Value to assign to component.public java.lang.Object getComponent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |