public static enum TSLagMaker.Periodicity extends Enum<TSLagMaker.Periodicity>
Enum Constant and Description |
---|
DAILY |
HOURLY |
MONTHLY |
QUARTERLY |
UNKNOWN |
WEEKLY |
YEARLY |
Modifier and Type | Method and Description |
---|---|
double |
deltaTime() |
void |
setDeltaTime(double deltaTime) |
static TSLagMaker.Periodicity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TSLagMaker.Periodicity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TSLagMaker.Periodicity UNKNOWN
public static final TSLagMaker.Periodicity HOURLY
public static final TSLagMaker.Periodicity DAILY
public static final TSLagMaker.Periodicity WEEKLY
public static final TSLagMaker.Periodicity MONTHLY
public static final TSLagMaker.Periodicity QUARTERLY
public static final TSLagMaker.Periodicity YEARLY
public static TSLagMaker.Periodicity[] values()
for (TSLagMaker.Periodicity c : TSLagMaker.Periodicity.values()) System.out.println(c);
public static TSLagMaker.Periodicity 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 double deltaTime()
public void setDeltaTime(double deltaTime)
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.