public enum swAnimationOutputType_e extends java.lang.Enum<swAnimationOutputType_e>
Modifier and Type | Method and Description |
---|---|
static swAnimationOutputType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swAnimationOutputType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swAnimationOutputType_e swAnimationOutput_AVI
public static final swAnimationOutputType_e swAnimationOutput_Series_of_BMP
public static final swAnimationOutputType_e swAnimationOutput_Series_of_TGA
public static final swAnimationOutputType_e swAnimationOutput_Series_of_PNG
public static final swAnimationOutputType_e swAnimationOutput_Series_of_JPG
public static final swAnimationOutputType_e swAnimationOutput_Series_of_TIF
public static final swAnimationOutputType_e swAnimationOutput_Series_of_MP4
public static final swAnimationOutputType_e swAnimationOutput_Series_of_MKV
public static final swAnimationOutputType_e swAnimationOutput_Series_of_FLV
public static final swAnimationOutputType_e swAnimationOutput_Series_of_LXO
public static swAnimationOutputType_e[] values()
for (swAnimationOutputType_e c : swAnimationOutputType_e.values()) System.out.println(c);
public static swAnimationOutputType_e 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 null