customfilter-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.autofilter
class customfilter

java.lang.object
  extended by com.spire.xls.core.spreadsheet.autofilter.customfilter
all implemented interfaces:
iautofiltercondition

public class customfilter
extends java.lang.object
implements iautofiltercondition

constructor summary
customfilter(filtercolumn parentcolumn)
           
(filtercolumn parentcolumn,  cf)
           
 
method summary
 boolean getboolean()
          boolean value.
 filterconditiontype getconditionoperator()
          comparison operator.
 java.lang.object getcriteria()
          gets and sets the criteria.
 filterdatatype getdatatype()
          data type.
 double getdouble()
          floating-point value.
 byte geterrorcode()
          error code.
 filteroperatortype getfilteroperatortype()
          gets and sets the filter operator type.
 java.lang.string getstring()
          string value.
 void setboolean(boolean value)
          boolean value.
 void setconditionoperator(filterconditiontype value)
          comparison operator.
 void setcriteria(java.lang.object value)
          gets and sets the criteria.
 void setdatatype(filterdatatype value)
          data type.
 void setdouble(double value)
          floating-point value.
 void seterrorcode(byte value)
          error code.
 void setfilteroperatortype(filteroperatortype value)
          gets and sets the filter operator type.
 void setstring(java.lang.string value)
          string value.
 
constructor detail

customfilter

public customfilter(filtercolumn parentcolumn)

customfilter

public customfilter(filtercolumn parentcolumn,
                     cf)
method detail

getfilteroperatortype

public filteroperatortype getfilteroperatortype()
gets and sets the filter operator type.

setfilteroperatortype

public void setfilteroperatortype(filteroperatortype value)
gets and sets the filter operator type.

getcriteria

public java.lang.object getcriteria()
gets and sets the criteria.

setcriteria

public void setcriteria(java.lang.object value)
gets and sets the criteria.

getdatatype

public filterdatatype getdatatype()
data type. read-only.
specified by:
getdatatype in interface iautofiltercondition

setdatatype

public void setdatatype(filterdatatype value)
data type. read-only.
specified by:
setdatatype in interface iautofiltercondition

getconditionoperator

public filterconditiontype getconditionoperator()
comparison operator. read-only.
specified by:
getconditionoperator in interface iautofiltercondition

setconditionoperator

public void setconditionoperator(filterconditiontype value)
comparison operator. read-only.
specified by:
setconditionoperator in interface iautofiltercondition

getstring

public java.lang.string getstring()
string value. read-only.
specified by:
getstring in interface iautofiltercondition

setstring

public void setstring(java.lang.string value)
string value. read-only.
specified by:
setstring in interface iautofiltercondition

getboolean

public boolean getboolean()
boolean value. read-only.
specified by:
getboolean in interface iautofiltercondition

setboolean

public void setboolean(boolean value)
boolean value. read-only.
specified by:
setboolean in interface iautofiltercondition

geterrorcode

public byte geterrorcode()
error code. read-only.
specified by:
geterrorcode in interface iautofiltercondition

seterrorcode

public void seterrorcode(byte value)
error code. read-only.
specified by:
seterrorcode in interface iautofiltercondition

getdouble

public double getdouble()
floating-point value. read-only.
specified by:
getdouble in interface iautofiltercondition

setdouble

public void setdouble(double value)
floating-point value. read-only.
specified by:
setdouble in interface iautofiltercondition


网站地图