Package netscape.ldap.client
Class JDAPAVA
- java.lang.Object
-
- netscape.ldap.client.JDAPAVA
-
public class JDAPAVA extends java.lang.ObjectThis class implements the attribute value assertion. This object is used with filters.AttributeValueAssertion ::= SEQUENCE { attributType AttributeType, attributValue AttributeValue }- Version:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description JDAPAVA(java.lang.String type, java.lang.String val)Constructs the attribute value assertion.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BERElementgetBERElement()Retrieves the ber representation.java.lang.StringgetParamString()Retrieves the string representation parameters.java.lang.StringgetType()Retrieves the AVA type.java.lang.StringgetValue()Retrieves the AVA value.java.lang.StringtoString()Retrieves the string representation.
-
-
-
Method Detail
-
getType
public java.lang.String getType()
Retrieves the AVA type.- Returns:
- AVA type
-
getValue
public java.lang.String getValue()
Retrieves the AVA value.- Returns:
- AVA value
-
getBERElement
public BERElement getBERElement()
Retrieves the ber representation.- Returns:
- ber representation
-
getParamString
public java.lang.String getParamString()
Retrieves the string representation parameters.- Returns:
- string representation parameters
-
toString
public java.lang.String toString()
Retrieves the string representation.- Overrides:
toStringin classjava.lang.Object- Returns:
- string representation
-
-