public static enum WorklogSystemField.WorklogValue.AdjustEstimate extends Enum<WorklogSystemField.WorklogValue.AdjustEstimate>
Modifier and Type | Method and Description |
---|---|
static WorklogSystemField.WorklogValue.AdjustEstimate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorklogSystemField.WorklogValue.AdjustEstimate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorklogSystemField.WorklogValue.AdjustEstimate AUTO
public static final WorklogSystemField.WorklogValue.AdjustEstimate LEAVE
public static final WorklogSystemField.WorklogValue.AdjustEstimate NEW
public static final WorklogSystemField.WorklogValue.AdjustEstimate MANUAL
public static WorklogSystemField.WorklogValue.AdjustEstimate[] values()
for (WorklogSystemField.WorklogValue.AdjustEstimate c : WorklogSystemField.WorklogValue.AdjustEstimate.values()) System.out.println(c);
public static WorklogSystemField.WorklogValue.AdjustEstimate 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 © 2002-2018 Atlassian. All Rights Reserved.