ChapterType

public enum ChapterType extends Enum<Novel.ChapterType>

Chapter type that an extension provides.

Entries

Link copied to clipboard

Strings with no formatting

Link copied to clipboard

HTML pages

Types

Link copied to clipboard
public class Companion

Properties

Link copied to clipboard
private final String fileExtension
Link copied to clipboard
private final Integer key
Link copied to clipboard
private final String name
Link copied to clipboard
private final Integer ordinal

Functions

Link copied to clipboard
public final String getFileExtension()
Link copied to clipboard
public final Integer getKey()
Link copied to clipboard
public final String getName()
Link copied to clipboard
public final Integer getOrdinal()
Link copied to clipboard
public final Novel.ChapterType valueOf(String value)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public final Array<Novel.ChapterType> values()

Returns an array containing the constants of this enum type, in the order they're declared.