netscape.ldap.client

Class 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
 }
 
Version:
1.0

Field Summary

protected String
m_type
Internal variables
protected String
m_val

Constructor Summary

JDAPAVA(String type, String val)
Constructs the attribute value assertion.

Method Summary

BERElement
getBERElement()
Retrieves the ber representation.
String
getParamString()
Retrieves the string representation parameters.
String
getType()
Retrieves the AVA type.
String
getValue()
Retrieves the AVA value.
String
toString()
Retrieves the string representation.

Field Details

m_type

protected String m_type
Internal variables

m_val

protected String m_val

Constructor Details

JDAPAVA

public JDAPAVA(String type,
               String val)
Constructs the attribute value assertion.
Parameters:
type - attribute type
val - attribute value

Method Details

getBERElement

public BERElement getBERElement()
Retrieves the ber representation.
Returns:
ber representation

getParamString

public String getParamString()
Retrieves the string representation parameters.
Returns:
string representation parameters

getType

public String getType()
Retrieves the AVA type.
Returns:
AVA type

getValue

public String getValue()
Retrieves the AVA value.
Returns:
AVA value

toString

public String toString()
Retrieves the string representation.
Returns:
string representation