public static enum PSMVisualSettings.InbetweenTick extends java.lang.Enum<PSMVisualSettings.InbetweenTick>
Enum Constant and Description |
---|
Day |
Hour |
Minute |
Month |
Quarter |
Second |
Week |
Year |
Modifier and Type | Method and Description |
---|---|
org.joda.time.Period |
getPeriod() |
static PSMVisualSettings.InbetweenTick |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PSMVisualSettings.InbetweenTick[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static PSMVisualSettings.InbetweenTick[] |
valuesShorterThan(org.joda.time.Period period) |
public static final PSMVisualSettings.InbetweenTick Year
public static final PSMVisualSettings.InbetweenTick Quarter
public static final PSMVisualSettings.InbetweenTick Month
public static final PSMVisualSettings.InbetweenTick Week
public static final PSMVisualSettings.InbetweenTick Day
public static final PSMVisualSettings.InbetweenTick Hour
public static final PSMVisualSettings.InbetweenTick Minute
public static final PSMVisualSettings.InbetweenTick Second
public static PSMVisualSettings.InbetweenTick[] values()
for (PSMVisualSettings.InbetweenTick c : PSMVisualSettings.InbetweenTick.values()) System.out.println(c);
public static PSMVisualSettings.InbetweenTick valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static PSMVisualSettings.InbetweenTick[] valuesShorterThan(org.joda.time.Period period)
public org.joda.time.Period getPeriod()