netscape.ldap.client
Class JDAPAVA
java.lang.Objectnetscape.ldap.client.JDAPAVA
public class JDAPAVA
extends java.lang.Object
This class implements the attribute value assertion.
This object is used with filters.
AttributeValueAssertion ::= SEQUENCE {
attributType AttributeType,
attributValue AttributeValue
}
protected String | m_type- Internal variables
|
protected String | m_val
|
JDAPAVA(String type, String val)- Constructs the attribute value assertion.
|
m_type
protected String m_type
Internal variables
m_val
protected String m_val
JDAPAVA
public JDAPAVA(String type,
String val) Constructs the attribute value assertion.
type - attribute typeval - attribute value
getBERElement
public BERElement getBERElement()
Retrieves the ber representation.
getParamString
public String getParamString()
Retrieves the string representation parameters.
- string representation parameters
getType
public String getType()
Retrieves the AVA type.
getValue
public String getValue()
Retrieves the AVA value.
toString
public String toString()
Retrieves the string representation.