de.espirit.firstspirit.store.access.mediastore
Enum MediaConstraintsException.EXCEPTION_VARIANT
java.lang.Object
java.lang.Enum<MediaConstraintsException.EXCEPTION_VARIANT>
de.espirit.firstspirit.store.access.mediastore.MediaConstraintsException.EXCEPTION_VARIANT
- All Implemented Interfaces:
- Serializable, Comparable<MediaConstraintsException.EXCEPTION_VARIANT>
- Enclosing class:
- MediaConstraintsException
public static enum MediaConstraintsException.EXCEPTION_VARIANT
- extends Enum<MediaConstraintsException.EXCEPTION_VARIANT>
MEDIA_NO_TYPE
public static final MediaConstraintsException.EXCEPTION_VARIANT MEDIA_NO_TYPE
MEDIA_SIZE_EXCEEDED
public static final MediaConstraintsException.EXCEPTION_VARIANT MEDIA_SIZE_EXCEEDED
MEDIA_EXTENSION_REJECTED
public static final MediaConstraintsException.EXCEPTION_VARIANT MEDIA_EXTENSION_REJECTED
values
public static final MediaConstraintsException.EXCEPTION_VARIANT[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(MediaConstraintsException.EXCEPTION_VARIANT c : MediaConstraintsException.EXCEPTION_VARIANT.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static MediaConstraintsException.EXCEPTION_VARIANT valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480