public static enum Inputs.ReleaseType extends Enum<Inputs.ReleaseType>
| Enum Constant and Description |
|---|
FULL |
INCREMENTAL |
SNAPSHOT |
| Modifier and Type | Method and Description |
|---|---|
static Inputs.ReleaseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Inputs.ReleaseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Inputs.ReleaseType FULL
public static final Inputs.ReleaseType SNAPSHOT
public static final Inputs.ReleaseType INCREMENTAL
public static Inputs.ReleaseType[] values()
for (Inputs.ReleaseType c : Inputs.ReleaseType.values()) System.out.println(c);
public static Inputs.ReleaseType 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 © 2019 Australian e-Health Research Centre. All Rights Reserved.