public enum CentralAssetLocationMode extends java.lang.Enum<CentralAssetLocationMode>
Catalog.getCentralAssetLocationMode()
Enum Constant and Description |
---|
COPY_ASSET_TO_COLLECTION_FOLDER_ALWAYS
The central asset location should always be used.
|
COPY_ASSET_TO_COLLECTION_FOLDER_ALWAYS_AND_EXCLUSIVE
The central asset location should always be used and is exclusive for the catalog.
|
COPY_ASSET_TO_COLLECTION_FOLDER_IF_CONFIGURED_IN_ASSET_HANDLING_SET
The central asset location should only be used if the used asset handling set is configured to use it.
|
DONT_COPY_ASSET_TO_COLLECTION_FOLDER
The catalog does not use a central asset location.
|
Modifier and Type | Method and Description |
---|---|
static CentralAssetLocationMode |
find(int id)
Finds the mode for the given id.
|
int |
getID()
Returns the id for this mode.
|
static CentralAssetLocationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CentralAssetLocationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CentralAssetLocationMode DONT_COPY_ASSET_TO_COLLECTION_FOLDER
public static final CentralAssetLocationMode COPY_ASSET_TO_COLLECTION_FOLDER_IF_CONFIGURED_IN_ASSET_HANDLING_SET
public static final CentralAssetLocationMode COPY_ASSET_TO_COLLECTION_FOLDER_ALWAYS
public static final CentralAssetLocationMode COPY_ASSET_TO_COLLECTION_FOLDER_ALWAYS_AND_EXCLUSIVE
public static CentralAssetLocationMode[] values()
for (CentralAssetLocationMode c : CentralAssetLocationMode.values()) System.out.println(c);
public static CentralAssetLocationMode 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 int getID()
public static CentralAssetLocationMode find(int id)
id
- wanted idwww.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.