public enum FlowScreenFieldType extends java.lang.Enum<FlowScreenFieldType>
| Enum Constant and Description |
|---|
ComponentChoice
Enumeration : ComponentChoice
|
ComponentDisplay
Enumeration : ComponentDisplay
|
ComponentInput
Enumeration : ComponentInput
|
ComponentInstance
Enumeration : ComponentInstance
|
ComponentMultiChoice
Enumeration : ComponentMultiChoice
|
DisplayText
Enumeration : DisplayText
|
DropdownBox
Enumeration : DropdownBox
|
InputField
Enumeration : InputField
|
LargeTextArea
Enumeration : LargeTextArea
|
MultiSelectCheckboxes
Enumeration : MultiSelectCheckboxes
|
MultiSelectPicklist
Enumeration : MultiSelectPicklist
|
ObjectProvided
Enumeration : ObjectProvided
|
PasswordField
Enumeration : PasswordField
|
RadioButtons
Enumeration : RadioButtons
|
Region
Enumeration : Region
|
RegionContainer
Enumeration : RegionContainer
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static FlowScreenFieldType |
valueOf(java.lang.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 final FlowScreenFieldType ComponentInstance
public static final FlowScreenFieldType ComponentInput
public static final FlowScreenFieldType ComponentChoice
public static final FlowScreenFieldType ComponentMultiChoice
public static final FlowScreenFieldType ComponentDisplay
public static final FlowScreenFieldType RegionContainer
public static final FlowScreenFieldType Region
public static final FlowScreenFieldType ObjectProvided
public static java.util.Map<java.lang.String,java.lang.String> valuesToEnums
public static FlowScreenFieldType[] values()
for (FlowScreenFieldType c : FlowScreenFieldType.values()) System.out.println(c);
public static FlowScreenFieldType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<FlowScreenFieldType>Copyright © 2020. All Rights Reserved.