|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AbstractAggregation.Hour>
org.torweg.pulse.component.statistics.model.aggregation.AbstractAggregation.Hour
public static enum AbstractAggregation.Hour
The known hours for the PIRecordCountAggregation.HitCounter.
| Enum Constant Summary | |
|---|---|
EIGHT
Eight [08:00:00:000 - 08:59:59:999]. |
|
EIGHTEEN
Eighteen [18:00:00:000 - 18:59:59:999]. |
|
ELEVEN
Eleven [11:00:00:000 - 11:59:59:999]. |
|
FIFTEEN
Fifteen [15:00:00:000 - 15:59:59:999]. |
|
FIVE
Five [05:00:00:000 - 05:59:59:999]. |
|
FOUR
Four [04:00:00:000 - 04:59:59:999]. |
|
FOURTEEN
Fourteen [14:00:00:000 - 14:59:59:999]. |
|
NINE
Nine [09:00:00:000 - 09:59:59:999]. |
|
NINETEEN
Nineteen [19:00:00:000 - 19:59:59:999]. |
|
ONE
One [01:00:00:000 - 01:59:59:999]. |
|
SEVEN
Seven [07:00:00:000 - 07:59:59:999]. |
|
SEVENTEEN
Seventeen [17:00:00:000 - 17:59:59:999]. |
|
SIX
Six [06:00:00:000 - 06:59:59:999]. |
|
SIXTEEN
Sixteen [16:00:00:000 - 16:59:59:999]. |
|
TEN
Ten [10:00:00:000 - 10:59:59:999]. |
|
THIRTEEN
Thirteen [13:00:00:000 - 13:59:59:999]. |
|
THREE
Three [03:00:00:000 - 03:59:59:999]. |
|
TWELVE
Twelve [12:00:00:000 - 12:59:59:999]. |
|
TWENTY
Twenty [20:00:00:000 - 20:59:59:999]. |
|
TWENTY_ONE
Twenty-one [21:00:00:000 - 21:59:59:999]. |
|
TWENTY_THREE
Twenty-three [23:00:00:000 - 23:59:59:999]. |
|
TWENTY_TWO
Twenty-two [22:00:00:000 - 22:59:59:999]. |
|
TWO
Two [02:00:00:000 - 02:59:59:999]. |
|
ZERO
Zero [00:00:00:000 - 00:59:59:999]. |
|
| Method Summary | |
|---|---|
int |
getValue()
Returns the value. |
static AbstractAggregation.Hour |
valueOf(int i)
Returns the matching Hour for the given integer i if (-1 < i
< 24), null otherwise. |
static AbstractAggregation.Hour |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AbstractAggregation.Hour[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AbstractAggregation.Hour ZERO
public static final AbstractAggregation.Hour ONE
public static final AbstractAggregation.Hour TWO
public static final AbstractAggregation.Hour THREE
public static final AbstractAggregation.Hour FOUR
public static final AbstractAggregation.Hour FIVE
public static final AbstractAggregation.Hour SIX
public static final AbstractAggregation.Hour SEVEN
public static final AbstractAggregation.Hour EIGHT
public static final AbstractAggregation.Hour NINE
public static final AbstractAggregation.Hour TEN
public static final AbstractAggregation.Hour ELEVEN
public static final AbstractAggregation.Hour TWELVE
public static final AbstractAggregation.Hour THIRTEEN
public static final AbstractAggregation.Hour FOURTEEN
public static final AbstractAggregation.Hour FIFTEEN
public static final AbstractAggregation.Hour SIXTEEN
public static final AbstractAggregation.Hour SEVENTEEN
public static final AbstractAggregation.Hour EIGHTEEN
public static final AbstractAggregation.Hour NINETEEN
public static final AbstractAggregation.Hour TWENTY
public static final AbstractAggregation.Hour TWENTY_ONE
public static final AbstractAggregation.Hour TWENTY_TWO
public static final AbstractAggregation.Hour TWENTY_THREE
| Method Detail |
|---|
public static final AbstractAggregation.Hour[] values()
for(AbstractAggregation.Hour c : AbstractAggregation.Hour.values())
System.out.println(c);
public static AbstractAggregation.Hour 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 namepublic int getValue()
public static AbstractAggregation.Hour valueOf(int i)
Hour for the given integer i if (-1 < i
< 24), null otherwise.
i - the integer value
Hour for the given integer, or null if no matching Hour was found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||