public static enum TimeTrackingConfiguration.TimeFormat extends Enum<TimeTrackingConfiguration.TimeFormat>
Modifier and Type | Method and Description |
---|---|
static TimeTrackingConfiguration.TimeFormat |
getTimeFormat(String timeTrackingFormat) |
static TimeTrackingConfiguration.TimeFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeTrackingConfiguration.TimeFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeTrackingConfiguration.TimeFormat pretty
public static final TimeTrackingConfiguration.TimeFormat days
public static final TimeTrackingConfiguration.TimeFormat hours
public static TimeTrackingConfiguration.TimeFormat[] values()
for (TimeTrackingConfiguration.TimeFormat c : TimeTrackingConfiguration.TimeFormat.values()) System.out.println(c);
public static TimeTrackingConfiguration.TimeFormat 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 TimeTrackingConfiguration.TimeFormat getTimeFormat(String timeTrackingFormat)
Copyright © 2002-2021 Atlassian. All Rights Reserved.