public enum Scene7AssetType extends Enum<Scene7AssetType>
Enum Constant and Description |
---|
CATALOG |
FLASH |
FXG |
GENERIC |
IMAGE |
MASTER_VIDEO |
MBR_SET |
PSD_TEMPLATE |
TEMPLATE |
VIDEO |
VIEWER_PRESET |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static Scene7AssetType |
toScene7AssetType(String type)
Tries to match the given type string to the actual enum
|
static Scene7AssetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scene7AssetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Scene7AssetType IMAGE
public static final Scene7AssetType VIDEO
public static final Scene7AssetType TEMPLATE
public static final Scene7AssetType PSD_TEMPLATE
public static final Scene7AssetType FLASH
public static final Scene7AssetType GENERIC
public static final Scene7AssetType MASTER_VIDEO
public static final Scene7AssetType FXG
public static final Scene7AssetType VIEWER_PRESET
public static final Scene7AssetType MBR_SET
public static final Scene7AssetType CATALOG
public static Scene7AssetType[] values()
for (Scene7AssetType c : Scene7AssetType.values()) System.out.println(c);
public static Scene7AssetType 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 getValue()
public static Scene7AssetType toScene7AssetType(String type)
type
- String representing the asset type"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"