public enum WidgetDescription extends Enum<WidgetDescription>
| Enum Constant and Description |
|---|
ATTRIBUTE_MULTIPLE |
BUSINESS_OBJECT_CONTAINER |
DETAILS_CONTAINER |
ROOT_AUTOGENERATE_CONTAINER |
| Modifier and Type | Method and Description |
|---|---|
String |
displayValue(String... values) |
String |
getValue() |
static WidgetDescription |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WidgetDescription[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WidgetDescription ROOT_AUTOGENERATE_CONTAINER
public static final WidgetDescription DETAILS_CONTAINER
public static final WidgetDescription BUSINESS_OBJECT_CONTAINER
public static final WidgetDescription ATTRIBUTE_MULTIPLE
public static WidgetDescription[] values()
for (WidgetDescription c : WidgetDescription.values()) System.out.println(c);
public static WidgetDescription 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 getValue()
Copyright © 2020. All rights reserved.