Package com.github.javacliparser
Class RangeOption
- java.lang.Object
-
- com.github.javacliparser.AbstractOption
-
- com.github.javacliparser.StringOption
-
- com.github.javacliparser.RangeOption
-
- All Implemented Interfaces:
Option
,Serializable
public class RangeOption extends StringOption
Range option.- Version:
- $Revision: 7 $
- Author:
- Jesse Read (jesse@tsc.uc3m.es)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.github.javacliparser.StringOption
currentVal, defaultVal
-
Fields inherited from class com.github.javacliparser.AbstractOption
cliChar, illegalNameCharacters, name, purpose
-
-
Constructor Summary
Constructors Constructor Description RangeOption(String name, char cliChar, String purpose, String defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Range
getRange()
void
setRange(int[] indices)
-
Methods inherited from class com.github.javacliparser.StringOption
getDefaultCLIString, getValue, getValueAsCLIString, setValue, setValueViaCLIString
-
Methods inherited from class com.github.javacliparser.AbstractOption
copy, getCLIChar, getName, getPurpose, getStateString, nameIsLegal, resetToDefault
-
-