public static enum RuntimeUtil.TimeType extends Enum<RuntimeUtil.TimeType>
Modifier and Type | Method and Description |
---|---|
static RuntimeUtil.TimeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeUtil.TimeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuntimeUtil.TimeType BCET
public static final RuntimeUtil.TimeType ACET
public static final RuntimeUtil.TimeType WCET
public static RuntimeUtil.TimeType[] values()
for (RuntimeUtil.TimeType c : RuntimeUtil.TimeType.values()) System.out.println(c);
public static RuntimeUtil.TimeType 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 null