public static enum IterationFilter.IterationState extends Enum<IterationFilter.IterationState>
Enum Constant and Description |
---|
Active
Active or open.
|
Closed
Closed or inactive.
|
Future
Not active yet.
|
Modifier and Type | Method and Description |
---|---|
static IterationFilter.IterationState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IterationFilter.IterationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IterationFilter.IterationState Future
public static final IterationFilter.IterationState Active
public static final IterationFilter.IterationState Closed
public static IterationFilter.IterationState[] values()
for (IterationFilter.IterationState c : IterationFilter.IterationState.values()) System.out.println(c);
public static IterationFilter.IterationState 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 © 2013 Version One, Inc.. All rights reserved.