public class SpecFuncValueChangeInfo extends SpecFuncInfo
DATETIME_INTERVALS, NUM_INTERVALS, STRING_INTERVALS, VALUE_CHANGE
Constructor and Description |
---|
SpecFuncValueChangeInfo()
Constructs a Special Function definition of Number type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getIsIncrease()
Gets whether or not to increase data within the group range.
|
int |
getType()
Gets the Special Function's type.
|
void |
setIsIncrease(boolean isIncrease)
Sets whether or not to increase data within the group range.
|
getDesc, getInterNum, getOtherName, setDesc, setInterNum, setOtherName
public SpecFuncValueChangeInfo()
public int getType()
getType
in class SpecFuncInfo
SpecFuncInfo.VALUE_CHANGE
.public boolean getIsIncrease()
true
if increasing data within the group range; false
otherwise.public void setIsIncrease(boolean isIncrease)
true
- if increasing data within the group range; false
otherwise.