public static enum MultiTypeStrategy.Strategies extends Enum<MultiTypeStrategy.Strategies> implements MultiTypeStrategy
MultiTypeStrategy.Strategies| Enum Constant and Description |
|---|
KEYED
When the widget is for a mapped property.
|
LIST
When the widget is for an indexed property.
|
NAMED
When the widget is for Oddjob's variables designer.
|
| Modifier and Type | Method and Description |
|---|---|
static MultiTypeStrategy.Strategies |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiTypeStrategy.Strategies[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetNameColumn, getTypeColumn, getValueColumn, tableModelForpublic static final MultiTypeStrategy.Strategies LIST
public static final MultiTypeStrategy.Strategies KEYED
public static final MultiTypeStrategy.Strategies NAMED
public static MultiTypeStrategy.Strategies[] values()
for (MultiTypeStrategy.Strategies c : MultiTypeStrategy.Strategies.values()) System.out.println(c);
public static MultiTypeStrategy.Strategies 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 nullCopyright © 2023. All rights reserved.