public static enum CreateTaskScheduleDetails.ExpectedDurationUnit extends Enum<CreateTaskScheduleDetails.ExpectedDurationUnit> implements BmcEnum
The expected duration unit of the task execution.
Modifier and Type | Method and Description |
---|---|
static CreateTaskScheduleDetails.ExpectedDurationUnit |
create(String key) |
String |
getValue() |
static CreateTaskScheduleDetails.ExpectedDurationUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateTaskScheduleDetails.ExpectedDurationUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateTaskScheduleDetails.ExpectedDurationUnit Seconds
public static final CreateTaskScheduleDetails.ExpectedDurationUnit Minutes
public static final CreateTaskScheduleDetails.ExpectedDurationUnit Hours
public static final CreateTaskScheduleDetails.ExpectedDurationUnit Days
public static CreateTaskScheduleDetails.ExpectedDurationUnit[] values()
for (CreateTaskScheduleDetails.ExpectedDurationUnit c : CreateTaskScheduleDetails.ExpectedDurationUnit.values()) System.out.println(c);
public static CreateTaskScheduleDetails.ExpectedDurationUnit 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 nullpublic static CreateTaskScheduleDetails.ExpectedDurationUnit create(String key)
Copyright © 2016–2024. All rights reserved.