public enum ConfigurableFlowContextParameterNames extends Enum<ConfigurableFlowContextParameterNames>
| Enum Constant and Description |
|---|
NON_PERSISTABLE_PROPERTIES_LIST
List of properties to exclude from persistence
|
PARENT_OBJECT
Parent object instance
|
PARENT_OBJECT_TYPE
Parent object type name
|
SUCCESS_NOTIFICATION_ID
which Notification Widget should display notification after successful saving object
|
TYPE_CODE
Type code
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Internal name
|
static ConfigurableFlowContextParameterNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurableFlowContextParameterNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurableFlowContextParameterNames TYPE_CODE
public static final ConfigurableFlowContextParameterNames NON_PERSISTABLE_PROPERTIES_LIST
public static final ConfigurableFlowContextParameterNames PARENT_OBJECT
public static final ConfigurableFlowContextParameterNames PARENT_OBJECT_TYPE
public static final ConfigurableFlowContextParameterNames SUCCESS_NOTIFICATION_ID
public static ConfigurableFlowContextParameterNames[] values()
for (ConfigurableFlowContextParameterNames c : ConfigurableFlowContextParameterNames.values()) System.out.println(c);
public static ConfigurableFlowContextParameterNames 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 getName()
Copyright © 2018. All rights reserved.