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