|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Condition
This interface represents an export condition used for the
ExportContext
Field Summary | |
---|---|
static java.lang.String |
EQ
' == ' comparator |
static java.lang.String |
GT
' > ' comparator |
static java.lang.String |
GTE
' >= ' comparator |
static java.lang.String |
LT
' < ' comparator |
static java.lang.String |
LTE
' <= ' comparator |
static java.lang.String |
NEQ
' ! |
Method Summary | |
---|---|
java.lang.String |
getValue()
Returns the current value for this condition |
void |
setValue(double value)
Sets the numeric value for this condition |
void |
setValue(java.lang.String value)
Sets the string value for this condition |
Field Detail |
---|
static final java.lang.String EQ
==
' comparator
static final java.lang.String LT
<
' comparator
static final java.lang.String GT
>
' comparator
static final java.lang.String LTE
<=
' comparator
static final java.lang.String GTE
>=
' comparator
static final java.lang.String NEQ
!=
' comparator
Method Detail |
---|
void setValue(double value)
numeric
- void setValue(java.lang.String value)
string
- java.lang.String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |