◆ ParserParameter() [1/2]
org.turro.parser.ParserParameter.ParserParameter |
( |
String |
name, |
|
|
boolean |
optional, |
|
|
String |
defaultValue, |
|
|
int |
order |
|
) |
| |
◆ ParserParameter() [2/2]
org.turro.parser.ParserParameter.ParserParameter |
( |
String |
name, |
|
|
boolean |
optional, |
|
|
String |
defaultValue, |
|
|
int |
order, |
|
|
boolean |
commaSeparated |
|
) |
| |
◆ addPossibleValue()
void org.turro.parser.ParserParameter.addPossibleValue |
( |
String |
value | ) |
|
◆ compareTo()
Definition at line 78 of file ParserParameter.java.
79 int result = CompareUtil.compare(
order, o.order);
81 result = CompareUtil.compare(
name, o.name);
84 result = CompareUtil.compare(
optional, o.optional);
◆ getDefaultValue()
String org.turro.parser.ParserParameter.getDefaultValue |
( |
| ) |
|
◆ getName()
String org.turro.parser.ParserParameter.getName |
( |
| ) |
|
◆ getOrder()
int org.turro.parser.ParserParameter.getOrder |
( |
| ) |
|
◆ getPossibleValues()
HashSet<String> org.turro.parser.ParserParameter.getPossibleValues |
( |
| ) |
|
◆ isCommaSeparated()
boolean org.turro.parser.ParserParameter.isCommaSeparated |
( |
| ) |
|
◆ isOptional()
boolean org.turro.parser.ParserParameter.isOptional |
( |
| ) |
|
◆ commaSeparated
boolean org.turro.parser.ParserParameter.commaSeparated |
|
protected |
◆ defaultValue
String org.turro.parser.ParserParameter.defaultValue |
|
protected |
◆ name
String org.turro.parser.ParserParameter.name |
|
protected |
◆ optional
boolean org.turro.parser.ParserParameter.optional |
|
protected |
◆ order
int org.turro.parser.ParserParameter.order |
|
protected |
◆ possibleValues
HashSet<String> org.turro.parser.ParserParameter.possibleValues = new HashSet<>() |
|
protected |
The documentation for this class was generated from the following file: