com.atlassian.jira.rest.client.domain
Enum ChangelogItem.FieldType
java.lang.Object
java.lang.Enum<ChangelogItem.FieldType>
com.atlassian.jira.rest.client.domain.ChangelogItem.FieldType
- All Implemented Interfaces:
- Serializable, Comparable<ChangelogItem.FieldType>
- Enclosing class:
- ChangelogItem
public static enum ChangelogItem.FieldType
- extends Enum<ChangelogItem.FieldType>
JIRA
public static final ChangelogItem.FieldType JIRA
CUSTOM
public static final ChangelogItem.FieldType CUSTOM
values
public static ChangelogItem.FieldType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ChangelogItem.FieldType c : ChangelogItem.FieldType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ChangelogItem.FieldType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.