| Constructor and Description |
|---|
DoubleSetArgument(String shortName,
String longName,
String description,
boolean required)
Create a new double set argument.
|
| Modifier and Type | Method and Description |
|---|---|
protected Set<Double> |
convert(String s)
Convert the specified string value into an instance
of class
E. |
equals, getDescription, getLongName, getShortName, getValue, getValue, hashCode, isArgumentString, isRequired, isValueString, visit, wasFoundpublic DoubleSetArgument(String shortName, String longName, String description, boolean required)
shortName - short argument namelongName - long argument namedescription - argument descriptionrequired - true if this argument is requiredprotected Set<Double> convert(String s) throws Exception
E.convert in class AbstractArgument<Set<Double>>s - string valueE converted
from the specified string valueException - if an error occursCopyright © 2004–2022 dishevelled.org. All rights reserved.