|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.ufg.integrate.wrapper.query.QueryOperator
public class QueryOperator
Constructor Summary | |
---|---|
QueryOperator()
|
Method Summary | |
---|---|
String |
getType()
Retorna o tipo do operador. |
String |
getValue()
Retorna o valor do operador. |
String |
getValueType()
Retorna o tipo de dado (usando os tipos de dados do XML Schema) do valor do operador. |
void |
setType(String type)
Define o tipo do operador. |
void |
setValue(String aValue)
Define o valor do operador. |
void |
setValueType(String aValue)
Define o tipo de dados (usando os tipos de dados do XML Schema) do valor do operador. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryOperator()
Method Detail |
---|
public String getType()
public String getValue()
public String getValueType()
public void setType(String type) throws WrapperException
type
-
WrapperException
- Tipo diferente doa válidos.public void setValue(String aValue)
public void setValueType(String aValue)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |