public enum EditorAreaParameterNames extends Enum<EditorAreaParameterNames>
| Enum Constant and Description |
|---|
MULTILINE_EDITOR_ROWS
Number of rows in text editor
|
NESTED_OBJECT_WIZARD_NON_PERSISTABLE_PROPERTIES_LIST
List of properties to exclude from persistence for a nested object
|
ROWS
Number of rows in text editor
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<EditorAreaParameterNames> |
forName(String name) |
String |
getName()
Internal name
|
static EditorAreaParameterNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditorAreaParameterNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditorAreaParameterNames MULTILINE_EDITOR_ROWS
public static final EditorAreaParameterNames ROWS
public static final EditorAreaParameterNames NESTED_OBJECT_WIZARD_NON_PERSISTABLE_PROPERTIES_LIST
public static EditorAreaParameterNames[] values()
for (EditorAreaParameterNames c : EditorAreaParameterNames.values()) System.out.println(c);
public static EditorAreaParameterNames 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()
public static Optional<EditorAreaParameterNames> forName(String name)
Copyright © 2018. All rights reserved.