@PublicApi public enum InsightFieldInputType extends Enum<InsightFieldInputType>
InsightFieldConfiguration.input.
The uiKey associated to each enum defined, MUST have a "meaning" for the client code that will interpret
/ render the Insight Field Configurations.| Enum Constant and Description |
|---|
CHECKBOX |
RADIOBUTTON |
SELECT |
TEXT |
TEXTAREA |
| Modifier and Type | Method and Description |
|---|---|
String |
getUiKey() |
static InsightFieldInputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InsightFieldInputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InsightFieldInputType TEXT
public static final InsightFieldInputType TEXTAREA
public static final InsightFieldInputType SELECT
public static final InsightFieldInputType CHECKBOX
public static final InsightFieldInputType RADIOBUTTON
public static InsightFieldInputType[] values()
for (InsightFieldInputType c : InsightFieldInputType.values()) System.out.println(c);
public static InsightFieldInputType 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 getUiKey()
Copyright © 2024 Atlassian. All rights reserved.