netscape.ldap.client
public class JDAPAVA extends java.lang.Object
AttributeValueAssertion ::= SEQUENCE { attributType AttributeType, attributValue AttributeValue }
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
m_type
Internal variables
|
protected java.lang.String |
m_val |
Constructor and Description |
---|
JDAPAVA(java.lang.String type,
java.lang.String val)
Constructs the attribute value assertion.
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected java.lang.String m_type
protected java.lang.String m_val
public JDAPAVA(java.lang.String type, java.lang.String val)
type
- attribute typeval
- attribute valuepublic java.lang.String getType()
public java.lang.String getValue()
public BERElement getBERElement()
public java.lang.String getParamString()
public java.lang.String toString()
toString
in class java.lang.Object