public enum FlashTemplateAssetConstants extends java.lang.Enum<FlashTemplateAssetConstants>
Enum Constant and Description |
---|
BITMAPINSTANCE |
CONTENTS |
LAYER |
LIBRARY |
SYMBOLINSTANCE |
TEXTINSTANCE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAssetType() |
static FlashTemplateAssetConstants |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlashTemplateAssetConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlashTemplateAssetConstants CONTENTS
public static final FlashTemplateAssetConstants BITMAPINSTANCE
public static final FlashTemplateAssetConstants LAYER
public static final FlashTemplateAssetConstants LIBRARY
public static final FlashTemplateAssetConstants SYMBOLINSTANCE
public static final FlashTemplateAssetConstants TEXTINSTANCE
public static FlashTemplateAssetConstants[] values()
for (FlashTemplateAssetConstants c : FlashTemplateAssetConstants.values()) System.out.println(c);
public static FlashTemplateAssetConstants 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 getAssetType()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"