@ExperimentalApi public static enum IndexDocumentConfiguration.Type extends Enum<IndexDocumentConfiguration.Type>
Modifier and Type | Method and Description |
---|---|
JiraDataTypeImpl |
getJiraDataType() |
Set<Operator> |
getOperators() |
static com.atlassian.fugue.Option<IndexDocumentConfiguration.Type> |
getValue(String value) |
boolean |
isAutoCompleteEnabled() |
boolean |
isOrderable() |
static IndexDocumentConfiguration.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexDocumentConfiguration.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexDocumentConfiguration.Type NUMBER
public static final IndexDocumentConfiguration.Type TEXT
public static final IndexDocumentConfiguration.Type STRING
public static final IndexDocumentConfiguration.Type DATE
public static IndexDocumentConfiguration.Type[] values()
for (IndexDocumentConfiguration.Type c : IndexDocumentConfiguration.Type.values()) System.out.println(c);
public static IndexDocumentConfiguration.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 static com.atlassian.fugue.Option<IndexDocumentConfiguration.Type> getValue(String value)
value
- value tha should be converted to this enum. This string will be first converted to upper casepublic JiraDataTypeImpl getJiraDataType()
public boolean isAutoCompleteEnabled()
public boolean isOrderable()
Copyright © 2002-2017 Atlassian. All Rights Reserved.