public class CustomFilterCollection
Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
boolean | getAnd() | |
void | setAnd(booleanvalue) | |
Indicates whether the two criteria have an "and" relationship. | ||
int | getCount() | |
CustomFilter | get(int index) | |
Gets the custom filter in the specific index.
|
Method Summary | ||
---|---|---|
int | add(java.lang.Object value) | |
Reserved for internal use. |
||
void | clear() | |
boolean | contains(java.lang.Object value) | |
Reserved for internal use. |
||
int | indexOf(java.lang.Object value) | |
Reserved for internal use. |
||
java.util.Iterator | iterator() | |
void | removeAt(int index) | |
public boolean getAnd() / public void setAnd(boolean value)
public int getCount()
public CustomFilter get(int index)
index
- The index.public void clear()
public void removeAt(int index)
public java.util.Iterator iterator()
public boolean contains(java.lang.Object value)
public int add(java.lang.Object value)
public int indexOf(java.lang.Object value)