public enum TempUrlHashPrefixSource extends Enum<TempUrlHashPrefixSource>
| Enum Constant and Description |
|---|
ADMIN_URL_PATH |
INTERNAL_URL_PATH |
PUBLIC_URL_PATH |
| Modifier and Type | Method and Description |
|---|---|
static String |
getPath(String url) |
static TempUrlHashPrefixSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TempUrlHashPrefixSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TempUrlHashPrefixSource PUBLIC_URL_PATH
public static final TempUrlHashPrefixSource INTERNAL_URL_PATH
public static final TempUrlHashPrefixSource ADMIN_URL_PATH
public static TempUrlHashPrefixSource[] values()
for (TempUrlHashPrefixSource c : TempUrlHashPrefixSource.values()) System.out.println(c);
public static TempUrlHashPrefixSource 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 © 2012-2017 42 BV. All Rights Reserved.