Enum Constant and Description |
---|
ASSET_URL
Asset direct URL.
|
PREVIEW_URL
Preview direct URL.
|
SHOW_RECORD
Show record type URL.
|
THUMBNAIL_URL
Thumbnail direct URL.
|
Modifier and Type | Method and Description |
---|---|
static URLMode |
find(int id) |
int |
getID() |
static URLMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static URLMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final URLMode SHOW_RECORD
public static final URLMode THUMBNAIL_URL
public static final URLMode PREVIEW_URL
public static final URLMode ASSET_URL
public static URLMode[] values()
for (URLMode c : URLMode.values()) System.out.println(c);
public static URLMode 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 URLMode find(int id)
public int getID()
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.