netscape.ldap.client

Class JDAPFilterPresent


public class JDAPFilterPresent
extends JDAPFilter

This class implements the filter present. See RFC 1777.
   present [7] AttributeType
 
Version:
1.0

Constructor Summary

JDAPFilterPresent(String type)
Constructs the filter.

Method Summary

BERElement
getBERElement()
Gets ber representation of the filter.
String
toString()
Gets string reprensetation of the filter.

Methods inherited from class netscape.ldap.client.JDAPFilter

getBERElement, getFilter, getFilterComp, getFilterItem, getFilterList, toString

Constructor Details

JDAPFilterPresent

public JDAPFilterPresent(String type)
Constructs the filter.
Parameters:
type - attribute type

Method Details

getBERElement

public BERElement getBERElement()
Gets ber representation of the filter.
Overrides:
getBERElement in interface JDAPFilter
Returns:
ber representation

toString

public String toString()
Gets string reprensetation of the filter.
Overrides:
toString in interface JDAPFilter
Returns:
string representation