public class Interval extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
index
The position of this interval (starting at 0) within the group operation interval list.
|
protected Object |
maxValue
The max. date within the interval (Only for date columns)
|
protected Object |
minValue
The min. within the interval (Only for date columns)
|
protected String |
name
A name that identifies the interval and it's different of other intervals belonging to the same group.
|
protected List<Integer> |
rows
The row indexes of the values that belong to this interval.
|
protected String |
type
The interval type
|
| Constructor and Description |
|---|
Interval() |
Interval(String name) |
Interval(String name,
int index) |
| Modifier and Type | Method and Description |
|---|---|
Interval |
cloneInstance() |
boolean |
equals(Object obj) |
int |
getIndex() |
Object |
getMaxValue() |
Object |
getMinValue() |
String |
getName() |
List<Integer> |
getRows() |
String |
getType() |
int |
hashCode() |
void |
setIndex(int index) |
void |
setMaxValue(Object maxValue) |
void |
setMinValue(Object minValue) |
void |
setName(String name) |
void |
setRows(List<Integer> rows) |
void |
setType(String type) |
protected String name
protected int index
protected String type
protected Object minValue
protected Object maxValue
public Interval()
public Interval(String name)
public Interval(String name, int index)
public String getName()
public void setName(String name)
public int getIndex()
public void setIndex(int index)
public String getType()
public void setType(String type)
public Object getMinValue()
public void setMinValue(Object minValue)
public Object getMaxValue()
public void setMaxValue(Object maxValue)
public Interval cloneInstance()
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.