|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FQIdentPattern
| Field Summary | |
|---|---|
static int |
CARD_ALL
Pattern will always match everything. |
static int |
CARD_MANY
Pattern may match more than one string. |
static int |
CARD_NONE
Pattern will never match anything. |
static int |
CARD_ONE
Pattern will match at most one string. |
| Method Summary | |
|---|---|
int |
cardinality()
Cardinality of this pattern. |
boolean |
matches(String str)
Whether given string matches this pattern. |
| Field Detail |
|---|
static final int CARD_NONE
static final int CARD_ONE
static final int CARD_MANY
static final int CARD_ALL
| Method Detail |
|---|
int cardinality()
boolean matches(String str)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||