| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectnetscape.ldap.client.JDAPFilternetscape.ldap.client.JDAPFilterSubStringpublic class JDAPFilterSubStringextends JDAPFilter
[4] SEQUENCE {
type AttributeType,
SEQUENCE OF CHOICE {
initial [0] LDAPString,
any [1] LDAPString,
final [2] LDAPString
}
}
Constructor Summary | |
| |
Method Summary | |
void |
|
void |
|
void |
|
BERElement |
|
String |
|
Methods inherited from class netscape.ldap.client.JDAPFilter | |
getBERElement, getFilter, getFilterComp, getFilterItem, getFilterList, toString | |
public JDAPFilterSubString(String type)
Constructs the filter.
- Parameters:
type- attribute type
public void addAny(String s)
Adds any substring.
- Parameters:
s- any substring
public void addFinal(String s)
Adds final substring.
- Parameters:
s- final substring
public void addInitial(String s)
Adds initial substring.
- Parameters:
s- initial substring
public BERElement getBERElement()
Gets ber representation of the filter.
- Overrides:
- getBERElement in interface JDAPFilter
- Returns:
- ber representation
public String toString()
Gets string reprensetation of the filter.
- Overrides:
- toString in interface JDAPFilter
- Returns:
- string representation