public class RangeParameter extends Parameter
| Modifier and Type | Field and Description |
|---|---|
int |
maximum
The maximum value of this parameter.
|
int |
minimum
The minimum value of this parameter.
|
int |
start
The starting value for this parameter.
|
| Constructor and Description |
|---|
RangeParameter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDefaultValue()
Returns the default value of this parameter.
|
String |
getLabel()
Returns the translation key for this parameter's label.
|
public int minimum
public int maximum
public int start
public String getLabel()
Parameterpublic Object getDefaultValue()
ParametergetDefaultValue in class ParameterCopyright © 2015. All rights reserved.