net.sf.japaki.kit
Class ParserMold.Parameter
java.lang.Object
net.sf.japaki.kit.ParserMold.Parameter
- Enclosing interface:
- ParserMold<V>
public static class ParserMold.Parameter
- extends Object
Parameters given to a mold to specify the characteristics of a parser
or its underlying format.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParserMold.Parameter
public ParserMold.Parameter()
getPattern
public String getPattern()
- Returns the pattern string for format based parsers.
- Returns:
- the pattern
getSize
public Integer getSize()
- Returns the size parameter.
- Returns:
- the size parameter
setPattern
public void setPattern(String pattern)
setSize
public void setSize(Integer size)