|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnetscape.ldap.client.JDAPAVA
public class JDAPAVA
This class implements the attribute value assertion. This object is used with filters.
AttributeValueAssertion ::= SEQUENCE {
attributType AttributeType,
attributValue AttributeValue
}
| 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 |
|---|
protected java.lang.String m_type
protected java.lang.String m_val
| Constructor Detail |
|---|
public JDAPAVA(java.lang.String type,
java.lang.String val)
type - attribute typeval - attribute value| Method Detail |
|---|
public 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||