|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface iautofiltercondition
represents the autofilter conditions.
method summary | |
---|---|
boolean |
getboolean()
boolean value. |
filterconditiontype |
getconditionoperator()
comparison operator. |
filterdatatype |
getdatatype()
data type. |
double |
getdouble()
floating-point value. |
byte |
geterrorcode()
error code. |
java.lang.string |
getstring()
string value. |
void |
setboolean(boolean value)
boolean value. |
void |
setconditionoperator(filterconditiontype value)
comparison operator. |
void |
setdatatype(filterdatatype value)
data type. |
void |
setdouble(double value)
floating-point value. |
void |
seterrorcode(byte value)
error code. |
void |
setstring(java.lang.string value)
string value. |
method detail |
---|
filterdatatype getdatatype()
void setdatatype(filterdatatype value)
filterconditiontype getconditionoperator()
void setconditionoperator(filterconditiontype value)
java.lang.string getstring()
void setstring(java.lang.string value)
boolean getboolean()
void setboolean(boolean value)
byte geterrorcode()
void seterrorcode(byte value)
double getdouble()
void setdouble(double value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |