public enum BuiltInField extends Enum<BuiltInField>
| Modifier and Type | Method and Description |
|---|---|
String |
fieldName() |
String |
fieldTypeKey() |
String |
fullDescription() |
boolean |
isVisible() |
String |
searcherKey() |
static BuiltInField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuiltInField UUID
public static final BuiltInField LOCATION
public static BuiltInField[] values()
for (BuiltInField c : BuiltInField.values()) System.out.println(c);
public static BuiltInField 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 fieldName()
public String fieldTypeKey()
public String searcherKey()
public boolean isVisible()
public String fullDescription()
Copyright © 2015 Atlassian. All rights reserved.