public enum FlowScreenFieldType extends Enum<FlowScreenFieldType>
| Enum Constant and Description |
|---|
DisplayText
Enumeration : DisplayText
|
DropdownBox
Enumeration : DropdownBox
|
InputField
Enumeration : InputField
|
LargeTextArea
Enumeration : LargeTextArea
|
MultiSelectCheckboxes
Enumeration : MultiSelectCheckboxes
|
MultiSelectPicklist
Enumeration : MultiSelectPicklist
|
PasswordField
Enumeration : PasswordField
|
RadioButtons
Enumeration : RadioButtons
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static FlowScreenFieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowScreenFieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlowScreenFieldType DisplayText
public static final FlowScreenFieldType InputField
public static final FlowScreenFieldType LargeTextArea
public static final FlowScreenFieldType PasswordField
public static final FlowScreenFieldType RadioButtons
public static final FlowScreenFieldType DropdownBox
public static final FlowScreenFieldType MultiSelectCheckboxes
public static final FlowScreenFieldType MultiSelectPicklist
public static FlowScreenFieldType[] values()
for (FlowScreenFieldType c : FlowScreenFieldType.values()) System.out.println(c);
public static FlowScreenFieldType 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 toString()
toString in class Enum<FlowScreenFieldType>Copyright © 2017. All Rights Reserved.