public static enum MultiStepPJT.Dimension extends Enum<MultiStepPJT.Dimension>
| Modifier and Type | Method and Description |
|---|---|
static MultiStepPJT.Dimension |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiStepPJT.Dimension[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiStepPJT.Dimension LEVEL
public static final MultiStepPJT.Dimension DURATION
public static MultiStepPJT.Dimension[] values()
for (MultiStepPJT.Dimension c : MultiStepPJT.Dimension.values()) System.out.println(c);
public static MultiStepPJT.Dimension 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 © 2010-2016. All Rights Reserved.