public static enum TypeDataStore.MethodAttribute extends Enum<TypeDataStore.MethodAttribute>
| Enum Constant and Description |
|---|
DELAYED |
LAST_ONLY |
NO_LAYOUT |
NO_LOADING_INDICATOR |
| Modifier and Type | Method and Description |
|---|---|
static TypeDataStore.MethodAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeDataStore.MethodAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeDataStore.MethodAttribute DELAYED
public static final TypeDataStore.MethodAttribute LAST_ONLY
public static final TypeDataStore.MethodAttribute NO_LAYOUT
public static final TypeDataStore.MethodAttribute NO_LOADING_INDICATOR
public static TypeDataStore.MethodAttribute[] values()
for (TypeDataStore.MethodAttribute c : TypeDataStore.MethodAttribute.values()) System.out.println(c);
public static TypeDataStore.MethodAttribute 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 Vaadin Ltd. All rights reserved.