public static enum TocProcessor.SectionType extends Enum<TocProcessor.SectionType>
| Enum Constant and Description |
|---|
chapter |
part |
sect1 |
sect2 |
sect3 |
section |
| Modifier and Type | Method and Description |
|---|---|
static TocProcessor.SectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TocProcessor.SectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TocProcessor.SectionType part
public static final TocProcessor.SectionType chapter
public static final TocProcessor.SectionType section
public static final TocProcessor.SectionType sect1
public static final TocProcessor.SectionType sect2
public static final TocProcessor.SectionType sect3
public static TocProcessor.SectionType[] values()
for (TocProcessor.SectionType c : TocProcessor.SectionType.values()) System.out.println(c);
public static TocProcessor.SectionType 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 © 2015 4th Line GmbH, Switzerland. All Rights Reserved.