|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ujac.util.text.SimplePatternMatcher.PatternDefinition
public class SimplePatternMatcher.PatternDefinition
Name: PatternDefinition
Description: Defines a pattern.
Constructor Summary | |
---|---|
SimplePatternMatcher.PatternDefinition(int matchMode,
String pattern)
Constructs a PatternDefinition instance with specific attributes. |
Method Summary | |
---|---|
int |
getMatchMode()
Getter method for the the property matchMode. |
String |
getPattern()
Getter method for the the property pattern. |
void |
setMatchMode(int matchMode)
Setter method for the the property matchMode. |
void |
setPattern(String pattern)
Setter method for the the property pattern. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimplePatternMatcher.PatternDefinition(int matchMode, String pattern)
matchMode
- The match mode.pattern
- The pattern String.Method Detail |
---|
public int getMatchMode()
public void setMatchMode(int matchMode)
matchMode
- The value to set for the property matchMode.public String getPattern()
public void setPattern(String pattern)
pattern
- The value to set for the property pattern.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |