public class Range extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
int |
getEnd() |
int |
getStart() |
protected int |
rangeSingle(String singleSelection)
Translates a single string selection into it's internal 0-based
equivalent.
|
void |
setRange(String range)
Sets the range from a string representation.
|
void |
setUpper(int attributeNumber) |
public Range(String range)
public void setRange(String range)
range
- the start and end stringprotected int rangeSingle(String singleSelection)
single
- the string representing the selection (eg: 1 first last)public void setUpper(int attributeNumber)
public int getStart()
public int getEnd()
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.