|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.codec.AttributeValueAssertion
public class AttributeValueAssertion
A class to store an attribute value assertion. The grammar is : AttributeValueAssertion ::= SEQUENCE { attributeDesc AttributeDescription, assertionValue AssertionValue } AttributeDescription ::= LDAPString AssertionValue ::= OCTET STRING
| Constructor Summary | |
|---|---|
AttributeValueAssertion()
|
|
| Method Summary | |
|---|---|
Value<?> |
getAssertionValue()
Get the assertion value |
java.lang.String |
getAttributeDesc()
Get the attribute description |
void |
setAssertionValue(Value<?> assertionValue)
Set the assertion value |
void |
setAttributeDesc(java.lang.String attributeDesc)
Set the attribute description |
java.lang.String |
toString()
Get a String representation of an AttributeValueAssertion |
java.lang.String |
toString(java.lang.String tabs)
Get a String representation of an AttributeValueAssertion |
java.lang.String |
toStringRFC2254(int filterType)
Get a String representation of an AttributeValueAssertion, as of RFC 2254. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeValueAssertion()
| Method Detail |
|---|
public Value<?> getAssertionValue()
public void setAssertionValue(Value<?> assertionValue)
assertionValue - The assertionValue to set.public java.lang.String getAttributeDesc()
public void setAttributeDesc(java.lang.String attributeDesc)
attributeDesc - The attributeDesc to set.public java.lang.String toString(java.lang.String tabs)
tabs - The spacing to be put before the string
public java.lang.String toStringRFC2254(int filterType)
filterType - The filter type
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||