O
- option typepublic abstract class Option<O> extends Object
Options
instances.Modifier and Type | Method and Description |
---|---|
String |
arg(String arg)
Returns a string representation of the option with the specified argument.
|
O |
copy()
Copies mutable default values.
|
String |
name()
Returns the name of the option.
|
String |
toString() |
abstract O |
value()
Returns the default value.
|
Copyright © 2005–2019 BaseX Team. All rights reserved.