public static enum Statement.PSFrequency extends Enum<Statement.PSFrequency>
Modifier and Type | Method and Description |
---|---|
static Statement.PSFrequency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statement.PSFrequency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Statement.PSFrequency BATCH
public static final Statement.PSFrequency EPOCH
public static Statement.PSFrequency[] values()
for (Statement.PSFrequency c : Statement.PSFrequency.values()) System.out.println(c);
public static Statement.PSFrequency 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 nullCopyright © 2021 The Apache Software Foundation. All rights reserved.