public enum CustomFieldTypeCategory extends Enum<CustomFieldTypeCategory>
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Optional<CustomFieldTypeCategory> |
fromString(String name) |
String |
getNameI18nKey() |
static List<CustomFieldTypeCategory> |
orderedValues() |
static CustomFieldTypeCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomFieldTypeCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomFieldTypeCategory ALL
public static final CustomFieldTypeCategory STANDARD
public static final CustomFieldTypeCategory ADVANCED
public static CustomFieldTypeCategory[] values()
for (CustomFieldTypeCategory c : CustomFieldTypeCategory.values()) System.out.println(c);
public static CustomFieldTypeCategory 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 com.google.common.base.Optional<CustomFieldTypeCategory> fromString(String name)
public static List<CustomFieldTypeCategory> orderedValues()
public String getNameI18nKey()
Copyright © 2002-2017 Atlassian. All Rights Reserved.