Package org.basex.util.options
Class ValueOption
- java.lang.Object
-
- org.basex.util.options.Option<Value>
-
- org.basex.util.options.ValueOption
-
-
Constructor Summary
Constructors Constructor Description ValueOption(String name, SeqType seqType)
Constructor without default value.ValueOption(String name, SeqType seqType, Value value)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SeqType
seqType()
Returns the expected sequence type.Value
value()
Returns the default value.
-