public static enum ConstantsManager.CONSTANT_TYPE extends Enum<ConstantsManager.CONSTANT_TYPE>
| Enum Constant and Description |
|---|
ISSUE_TYPE |
PRIORITY |
RESOLUTION |
STATUS |
| Modifier and Type | Method and Description |
|---|---|
static ConstantsManager.CONSTANT_TYPE |
forType(String type) |
static ConstantsManager.CONSTANT_TYPE |
forTypeCaseInsensitive(String type) |
String |
getType() |
static ConstantsManager.CONSTANT_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstantsManager.CONSTANT_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstantsManager.CONSTANT_TYPE PRIORITY
public static final ConstantsManager.CONSTANT_TYPE STATUS
public static final ConstantsManager.CONSTANT_TYPE RESOLUTION
public static final ConstantsManager.CONSTANT_TYPE ISSUE_TYPE
public static ConstantsManager.CONSTANT_TYPE[] values()
for (ConstantsManager.CONSTANT_TYPE c : ConstantsManager.CONSTANT_TYPE.values()) System.out.println(c);
public static ConstantsManager.CONSTANT_TYPE 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 String getType()
public static ConstantsManager.CONSTANT_TYPE forType(@Nonnull String type)
public static ConstantsManager.CONSTANT_TYPE forTypeCaseInsensitive(@Nonnull String type)
Copyright © 2002-2023 Atlassian. All Rights Reserved.