public static enum UIElementOptions.FormatEnum extends Enum<UIElementOptions.FormatEnum>
| Enum Constant and Description | 
|---|
CHECKBOX  | 
RADIO  | 
RADIO_TRUE_FALSE  | 
RADIO_YES_NO  | 
SELECT  | 
TEXT  | 
| Modifier and Type | Method and Description | 
|---|---|
static UIElementOptions.FormatEnum | 
fromValue(String value)  | 
String | 
getValue()  | 
String | 
toString()  | 
static UIElementOptions.FormatEnum | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static UIElementOptions.FormatEnum[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final UIElementOptions.FormatEnum TEXT
public static final UIElementOptions.FormatEnum RADIO
public static final UIElementOptions.FormatEnum SELECT
public static final UIElementOptions.FormatEnum CHECKBOX
public static final UIElementOptions.FormatEnum RADIO_YES_NO
public static final UIElementOptions.FormatEnum RADIO_TRUE_FALSE
public static UIElementOptions.FormatEnum[] values()
for (UIElementOptions.FormatEnum c : UIElementOptions.FormatEnum.values()) System.out.println(c);
public static UIElementOptions.FormatEnum 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 getValue()
public String toString()
toString in class Enum<UIElementOptions.FormatEnum>public static UIElementOptions.FormatEnum fromValue(String value)
Copyright © 2017–2023 Okta. All rights reserved.