public static enum Bookshelf.BookshelfFiles extends java.lang.Enum<Bookshelf.BookshelfFiles>
Modifier and Type | Method and Description |
---|---|
static Bookshelf.BookshelfFiles |
getFileType(java.lang.String file) |
static Bookshelf.BookshelfFiles |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Bookshelf.BookshelfFiles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bookshelf.BookshelfFiles aux
public static final Bookshelf.BookshelfFiles nodes
public static final Bookshelf.BookshelfFiles nets
public static final Bookshelf.BookshelfFiles wts
public static final Bookshelf.BookshelfFiles pl
public static final Bookshelf.BookshelfFiles scl
public static Bookshelf.BookshelfFiles[] values()
for (Bookshelf.BookshelfFiles c : Bookshelf.BookshelfFiles.values()) System.out.println(c);
public static Bookshelf.BookshelfFiles valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static Bookshelf.BookshelfFiles getFileType(java.lang.String file)