netscape.ldap.client
Class JDAPFilterPresent

java.lang.Object
  extended by netscape.ldap.client.JDAPFilter
      extended by netscape.ldap.client.JDAPFilterPresent

public class JDAPFilterPresent
extends JDAPFilter

This class implements the filter present. See RFC 1777.

   present [7] AttributeType
 

Version:
1.0

Constructor Summary
JDAPFilterPresent(java.lang.String type)
          Constructs the filter.
 
Method Summary
 BERElement getBERElement()
          Gets ber representation of the filter.
 java.lang.String toString()
          Gets string reprensetation of the filter.
 
Methods inherited from class netscape.ldap.client.JDAPFilter
getFilter, getFilterComp, getFilterItem, getFilterList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDAPFilterPresent

public JDAPFilterPresent(java.lang.String type)
Constructs the filter.

Parameters:
type - attribute type
Method Detail

getBERElement

public BERElement getBERElement()
Gets ber representation of the filter.

Specified by:
getBERElement in class JDAPFilter
Returns:
ber representation

toString

public java.lang.String toString()
Gets string reprensetation of the filter.

Specified by:
toString in class JDAPFilter
Returns:
string representation