public class NamePattern extends Object
| Constructor and Description |
|---|
NamePattern() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<String> |
parseNameString(String codedEnum,
boolean allowNonNumeric)
Parse a pattern provided by the user defining a range of integers.
|
public static ArrayList<String> parseNameString(String codedEnum, boolean allowNonNumeric) throws ParseException
codedEnum - - the inputallowNonNumeric - - if non-numeric entries are allowed or notParseException - if the input string was illegalCopyright © 2015–2021 Fiji. All rights reserved.