|
Oracle® Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Object
java.lang.Enum<Application.StorageStage.DurationUnit>
oracle.imaging.Application.StorageStage.DurationUnit
public static enum Application.StorageStage.DurationUnit
Defines the available units for specifiying storage durations.
| Enum Constant Summary | |
|---|---|
DAYSThe duration is specified in days. |
|
MONTHSThe duration is specified in months (1 month = 30 days). |
|
WEEKSThe duration is specified in weeks (1 week = 7 days). |
|
YEARSThe duration is specified in years (1 year = 365 days). |
|
| Method Summary | |
|---|---|
static Application.StorageStage.DurationUnit |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static Application.StorageStage.DurationUnit[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Application.StorageStage.DurationUnit DAYS
public static final Application.StorageStage.DurationUnit WEEKS
public static final Application.StorageStage.DurationUnit MONTHS
public static final Application.StorageStage.DurationUnit YEARS
| Method Detail |
|---|
public static Application.StorageStage.DurationUnit[] values()
for (Application.StorageStage.DurationUnit c : Application.StorageStage.DurationUnit.values())
System.out.println(c);
public static Application.StorageStage.DurationUnit valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
|
Oracle® Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||