|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.dsmlv2.request.Filter
org.apache.directory.api.dsmlv2.request.AttributeValueAssertionFilter
public class AttributeValueAssertionFilter
Object to store the filter. A filter is seen as a tree with a root.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.api.dsmlv2.request.Filter |
|---|
parent |
| Constructor Summary | |
|---|---|
AttributeValueAssertionFilter(int filterType)
The constructor. |
|
| Method Summary | |
|---|---|
AttributeValueAssertion |
getAssertion()
Get the assertion |
int |
getFilterType()
Get the filter type |
void |
setAssertion(AttributeValueAssertion assertion)
Set the assertion |
void |
setFilterType(int filterType)
Set the filter type |
String |
toString()
Return a string compliant with RFC 2254 representing an item filter |
| Methods inherited from class org.apache.directory.api.dsmlv2.request.Filter |
|---|
getParent, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeValueAssertionFilter(int filterType)
filterType - The filter type| Method Detail |
|---|
public AttributeValueAssertion getAssertion()
public void setAssertion(AttributeValueAssertion assertion)
assertion - The assertion to set.public int getFilterType()
public void setFilterType(int filterType)
filterType - The filterType to set.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||