netscape.ldap.client
Class JDAPAVA

java.lang.Object
  extended bynetscape.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
 }
 

Version:
1.0

Field Summary
protected  java.lang.String m_type
          Internal variables
protected  java.lang.String m_val
           
 
Constructor Summary
JDAPAVA(java.lang.String type, java.lang.String val)
          Constructs the attribute value assertion.
 
Method Summary
 BERElement getBERElement()
          Retrieves the ber representation.
 java.lang.String getParamString()
          Retrieves the string representation parameters.
 java.lang.String getType()
          Retrieves the AVA type.
 java.lang.String getValue()
          Retrieves the AVA value.
 java.lang.String toString()
          Retrieves the string representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_type

protected java.lang.String m_type
Internal variables


m_val

protected java.lang.String m_val
Constructor Detail

JDAPAVA

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

Parameters:
type - attribute type
val - attribute value
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.

Returns:
string representation