public class IntervalChooserOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static IntervalChooserOptions |
DAY
DAY . |
static IntervalChooserOptions |
HOUR
HOUR . |
static IntervalChooserOptions |
MINUTE
MINUTE . |
static IntervalChooserOptions |
MONTH
MONTH . |
static IntervalChooserOptions |
SECOND
SECOND . |
static IntervalChooserOptions |
YEAR
YEAR . |
Modifier and Type | Method and Description |
---|---|
int |
getIntervalChooserValue()
returns the integer value of this option.
|
int |
getMaximumValue()
returns the maximum value for this particular option.
|
int |
getMinimumValue()
returns the minimum value for this particular option.
|
void |
setMaximumValue(int value)
sets the maximum value for this particular option.
|
void |
setMinimumValue(int value)
sets the minimum value for this particular option.
|
java.lang.String |
toString()
returns the string representation of this option.
|
public static final IntervalChooserOptions SECOND
SECOND
.public static final IntervalChooserOptions MINUTE
MINUTE
.public static final IntervalChooserOptions HOUR
HOUR
.public static final IntervalChooserOptions DAY
DAY
.public static final IntervalChooserOptions MONTH
MONTH
.public static final IntervalChooserOptions YEAR
YEAR
.public void setMinimumValue(int value)
value
- an int
valuepublic void setMaximumValue(int value)
value
- an int
valuepublic int getMinimumValue()
int
valuepublic int getMaximumValue()
int
valuepublic int getIntervalChooserValue()
int
valuepublic java.lang.String toString()
toString
in class java.lang.Object
String
value