public enum Scene7AssetType extends java.lang.Enum<Scene7AssetType>
Enum Constant and Description |
---|
ANIMATED_GIF |
ASSET_SET |
CATALOG |
FLASH |
FXG |
GENERIC |
ILLUSTRATOR |
IMAGE |
IMAGE_SET |
MASTER_VIDEO |
MBR_SET |
MIXED_MEDIA_SET |
PDF |
POSTSCRIPT |
PSD_TEMPLATE |
RENDER_SET |
SMART_CROP |
SPIN_SET |
SPIN_SET_2D |
TEMPLATE |
THREED |
USER_DATA |
VIDEO |
VIEWER_PRESET |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static Scene7AssetType |
toScene7AssetType(java.lang.String type)
Tries to match the given type string to the actual enum
|
static Scene7AssetType |
valueOf(java.lang.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 MASTER_VIDEO
public static final Scene7AssetType TEMPLATE
public static final Scene7AssetType PSD_TEMPLATE
public static final Scene7AssetType FLASH
public static final Scene7AssetType FXG
public static final Scene7AssetType ASSET_SET
public static final Scene7AssetType MBR_SET
public static final Scene7AssetType IMAGE_SET
public static final Scene7AssetType RENDER_SET
public static final Scene7AssetType SPIN_SET
public static final Scene7AssetType SPIN_SET_2D
public static final Scene7AssetType MIXED_MEDIA_SET
public static final Scene7AssetType PDF
public static final Scene7AssetType CATALOG
public static final Scene7AssetType VIEWER_PRESET
public static final Scene7AssetType SMART_CROP
public static final Scene7AssetType USER_DATA
public static final Scene7AssetType ANIMATED_GIF
public static final Scene7AssetType THREED
public static final Scene7AssetType ILLUSTRATOR
public static final Scene7AssetType POSTSCRIPT
public static final Scene7AssetType GENERIC
public static Scene7AssetType[] values()
for (Scene7AssetType c : Scene7AssetType.values()) System.out.println(c);
public static Scene7AssetType 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 java.lang.String getValue()
public static Scene7AssetType toScene7AssetType(java.lang.String type)
type
- String representing the asset typeCopyright © 2010 - 2023 Adobe. All Rights Reserved