public static enum BundleJob.Timeunit extends Enum<BundleJob.Timeunit>
Enum Constant and Description |
---|
DAY |
END_OF_DAY |
END_OF_MONTH |
HOUR |
MINUTE |
MONTH |
NONE |
WEEK |
Modifier and Type | Method and Description |
---|---|
static BundleJob.Timeunit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundleJob.Timeunit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BundleJob.Timeunit MINUTE
public static final BundleJob.Timeunit HOUR
public static final BundleJob.Timeunit DAY
public static final BundleJob.Timeunit WEEK
public static final BundleJob.Timeunit MONTH
public static final BundleJob.Timeunit END_OF_DAY
public static final BundleJob.Timeunit END_OF_MONTH
public static final BundleJob.Timeunit NONE
public static BundleJob.Timeunit[] values()
for (BundleJob.Timeunit c : BundleJob.Timeunit.values()) System.out.println(c);
public static BundleJob.Timeunit 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 Apache Software Foundation. All rights reserved.