public static enum Paragraph.BulletTypeEnum extends Enum<Paragraph.BulletTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
Paragraph.BulletTypeEnum.Adapter |
| Enum Constant and Description |
|---|
NONE |
NOTDEFINED |
NUMBERED |
PICTURE |
SYMBOL |
| Modifier and Type | Method and Description |
|---|---|
static Paragraph.BulletTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static Paragraph.BulletTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Paragraph.BulletTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Paragraph.BulletTypeEnum NONE
public static final Paragraph.BulletTypeEnum SYMBOL
public static final Paragraph.BulletTypeEnum NUMBERED
public static final Paragraph.BulletTypeEnum PICTURE
public static final Paragraph.BulletTypeEnum NOTDEFINED
public static Paragraph.BulletTypeEnum[] values()
for (Paragraph.BulletTypeEnum c : Paragraph.BulletTypeEnum.values()) System.out.println(c);
public static Paragraph.BulletTypeEnum 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()
public String toString()
toString in class Enum<Paragraph.BulletTypeEnum>public static Paragraph.BulletTypeEnum fromValue(String text)
Copyright © 2025. All rights reserved.