|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PatternSelector
Selects values based on a pattern.
| Nested Class Summary | |
|---|---|
static class |
PatternSelector.SelectAllSelector
|
| Field Summary | |
|---|---|
static PatternSelector.SelectAllSelector |
SELECT_ALL
|
| Method Summary | |
|---|---|
ValueConverter |
getConverter()
Return a converter that at least supports conversion to and from String. |
String |
getExpression()
|
boolean |
matches(Object value)
True if this pattern selector matches the given value. |
void |
setExpression(String expression)
Set the value of the pattern used to match against. |
| Field Detail |
|---|
static final PatternSelector.SelectAllSelector SELECT_ALL
| Method Detail |
|---|
boolean matches(Object value)
matches in interface Selector
void setExpression(String expression)
throws IllegalFormatException
expression - String value
IllegalFormatExceptionString getExpression()
ValueConverter getConverter()
getConverter in interface Convertable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||