|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.irisel.oms.sql.Option
public class Option
Insert the type's description here. Creation date: (21/10/02 21:18:58)
Constructor Summary | |
---|---|
Option()
Option constructor comment. |
|
Option(int[] keywords,
Filter[][] filters)
Insert the method's description here. |
Method Summary | |
---|---|
java.lang.String |
getDbType()
Getter for property dbType. |
Filter[][] |
getFilters()
Insert the method's description here. |
int[] |
getKeywords()
Insert the method's description here. |
void |
propagateDbType()
|
void |
setDbType(java.lang.String dbType)
Setter for property dbType. |
void |
setFilters(Filter[][] newFilters)
Insert the method's description here. |
void |
setKeywords(int[] newKeywords)
Insert the method's description here. |
java.lang.String |
toString()
Returns SQL text Creation date: (27/10/02 10:18:14) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Option()
public Option(int[] keywords, Filter[][] filters)
keywords
- int[]filters
- com.irisel.oms.sql.Filter[][]Method Detail |
---|
public Filter[][] getFilters()
public int[] getKeywords()
public void setFilters(Filter[][] newFilters)
newFilters
- com.irisel.oms.sql.Filter[][]public void setKeywords(int[] newKeywords)
newType
- com.irisel.oms.sql.Keyword[]public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getDbType()
public void setDbType(java.lang.String dbType)
dbType
- New value of property dbType.public void propagateDbType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |