public enum Prefix extends Enum<Prefix> implements FriendlyNamed
| Enum Constant and Description |
|---|
BASENAME |
BOOKMARK |
BOOKMARK_STRICT |
CURRENTPAGE |
FILENUMBER |
TIMESTAMP |
| Modifier and Type | Method and Description |
|---|---|
String |
getFriendlyName() |
static Prefix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Prefix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Prefix BASENAME
public static final Prefix TIMESTAMP
public static final Prefix CURRENTPAGE
public static final Prefix FILENUMBER
public static final Prefix BOOKMARK
public static final Prefix BOOKMARK_STRICT
public static Prefix[] values()
for (Prefix c : Prefix.values()) System.out.println(c);
public static Prefix 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 getFriendlyName()
getFriendlyName in interface FriendlyNamedCopyright © 2015. All Rights Reserved.