public enum ReportingInterval extends Enum<ReportingInterval>
| Enum Constant and Description |
|---|
Autonomous |
FifteenSeconds |
FiveSeconds |
FutureUse1 |
FutureUse2 |
FutureUse3 |
FutureUse4 |
FutureUse5 |
NextLongerReportingInterval |
NextShortReportingInterval |
OneMinute |
SixMinutes |
TenMinutes |
TenSeconds |
ThirtySeconds |
ThreeMinutes |
| Modifier and Type | Method and Description |
|---|---|
static ReportingInterval |
fromInteger(Integer integer) |
Integer |
getCode() |
String |
getValue() |
static ReportingInterval |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportingInterval[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportingInterval Autonomous
public static final ReportingInterval TenMinutes
public static final ReportingInterval SixMinutes
public static final ReportingInterval ThreeMinutes
public static final ReportingInterval OneMinute
public static final ReportingInterval ThirtySeconds
public static final ReportingInterval FifteenSeconds
public static final ReportingInterval TenSeconds
public static final ReportingInterval FiveSeconds
public static final ReportingInterval NextShortReportingInterval
public static final ReportingInterval NextLongerReportingInterval
public static final ReportingInterval FutureUse1
public static final ReportingInterval FutureUse2
public static final ReportingInterval FutureUse3
public static final ReportingInterval FutureUse4
public static final ReportingInterval FutureUse5
public static ReportingInterval[] values()
for (ReportingInterval c : ReportingInterval.values()) System.out.println(c);
public static ReportingInterval valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Integer getCode()
public String getValue()
public static ReportingInterval fromInteger(Integer integer)
Copyright © 2016 Thomas Borg Salling. All rights reserved.