public static enum MediaConstants.Expression extends java.lang.Enum<MediaConstants.Expression>
Modifier and Type | Method and Description |
---|---|
static MediaConstants.Expression |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaConstants.Expression[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaConstants.Expression FULL
public static final MediaConstants.Expression SAMPLE
public static final MediaConstants.Expression NONSTOP
public static MediaConstants.Expression[] values()
for (MediaConstants.Expression c : MediaConstants.Expression.values()) System.out.println(c);
public static MediaConstants.Expression 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 nullCopyright © 2010 - 2020 Adobe. All Rights Reserved