|
|||||||||||
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
A class to store an attribute value assertion. Tha grammar is : AttributeValueAssertion ::= SEQUENCE { attributeDesc AttributeDescription, assertionValue AssertionValue } AttributeDescription ::= LDAPString AssertionValue ::= OCTET STRING
Constructor Summary | |
AttributeValueAssertion()
|
Method Summary | |
java.lang.Object |
getAssertionValue()
Get the assertion value |
java.lang.String |
getAttributeDesc()
Get the attribute description |
void |
setAssertionValue(java.lang.Object assertionValue)
Set the assertion value |
void |
setAttributeDesc(LdapString 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 java.lang.Object getAssertionValue()
public void setAssertionValue(java.lang.Object assertionValue)
assertionValue
- The assertionValue to set.public java.lang.String getAttributeDesc()
public void setAttributeDesc(LdapString 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()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |