public static enum ListDataModule.Style extends Enum<ListDataModule.Style>
| Enum Constant and Description |
|---|
STYLE_BULLETED |
STYLE_LETTERED |
STYLE_NUMBERED |
STYLE_PLAIN |
| Modifier and Type | Method and Description |
|---|---|
static ListDataModule.Style |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListDataModule.Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListDataModule.Style STYLE_PLAIN
public static final ListDataModule.Style STYLE_NUMBERED
public static final ListDataModule.Style STYLE_LETTERED
public static final ListDataModule.Style STYLE_BULLETED
public static ListDataModule.Style[] values()
for (ListDataModule.Style c : ListDataModule.Style.values()) System.out.println(c);
public static ListDataModule.Style 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 © 1982–2023 Adobe Systems Incorporated. All rights reserved.