Status

public enum Status extends Enum<Novel.Status>

Status of a novel.

Entries

Link copied to clipboard

Novel is still being updated / translated / published.

Link copied to clipboard

Novel has been finished updating / translating / publishing.

Link copied to clipboard

Novel is on hiatus from updating / translating / publishing.

Link copied to clipboard

Status of the novel cannot be determined. Should be used as default if unknown.

Types

Link copied to clipboard
public class Companion

Properties

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

Functions

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 String getTitle()
Link copied to clipboard
public String toString()
Link copied to clipboard
public final Novel.Status 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.Status> values()

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