public static enum DateTimeFactory.TimeSlotTypeSpec extends Enum<DateTimeFactory.TimeSlotTypeSpec>
| Enum Constant and Description |
|---|
DAYS |
FITHTEENMINUTES |
HOURS |
MINUTES |
TENMINUTES |
| Modifier and Type | Method and Description |
|---|---|
static DateTimeFactory.TimeSlotTypeSpec |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeFactory.TimeSlotTypeSpec[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DateTimeFactory.TimeSlotTypeSpec MINUTES
public static final DateTimeFactory.TimeSlotTypeSpec TENMINUTES
public static final DateTimeFactory.TimeSlotTypeSpec FITHTEENMINUTES
public static final DateTimeFactory.TimeSlotTypeSpec HOURS
public static final DateTimeFactory.TimeSlotTypeSpec DAYS
public static DateTimeFactory.TimeSlotTypeSpec[] values()
for (DateTimeFactory.TimeSlotTypeSpec c : DateTimeFactory.TimeSlotTypeSpec.values()) System.out.println(c);
public static DateTimeFactory.TimeSlotTypeSpec 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 © 2016 BFH. All rights reserved.