public class SubstringFilter extends Filter
| Constructor and Description |
|---|
SubstringFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnySubstrings(String any)
Add a internal substring
|
List<String> |
getAnySubstrings()
Get the internal substrings
|
String |
getFinalSubstrings()
Get the final substring
|
String |
getInitialSubstrings()
Get the initial substring
|
String |
getType()
Get the attribute
|
void |
setFinalSubstrings(String finalSubstrings)
Set the final substring
|
void |
setInitialSubstrings(String initialSubstrings)
Set the initial substring
|
void |
setType(String type)
Set the attribute to match
|
String |
toString()
Return a string compliant with RFC 2254 representing a Substring filter
|
public List<String> getAnySubstrings()
public void addAnySubstrings(String any)
any - The anySubstrings to set.public String getFinalSubstrings()
public void setFinalSubstrings(String finalSubstrings)
finalSubstrings - The finalSubstrings to set.public String getInitialSubstrings()
public void setInitialSubstrings(String initialSubstrings)
initialSubstrings - The initialSubstrings to set.public String getType()
public void setType(String type)
type - The type to set.Copyright © 2021. All rights reserved.