public static enum VersionChecker.CHECK extends Enum<VersionChecker.CHECK>
Enum Constant and Description |
---|
DAILY |
MONTHLY |
NEVER |
ON_START |
WEEKLY |
Modifier and Type | Method and Description |
---|---|
static VersionChecker.CHECK |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionChecker.CHECK[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VersionChecker.CHECK ON_START
public static final VersionChecker.CHECK DAILY
public static final VersionChecker.CHECK WEEKLY
public static final VersionChecker.CHECK MONTHLY
public static final VersionChecker.CHECK NEVER
public static VersionChecker.CHECK[] values()
for (VersionChecker.CHECK c : VersionChecker.CHECK.values()) System.out.println(c);
public static VersionChecker.CHECK 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 © 2014–2017 European Space Agency (ESA). All rights reserved.