|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ObjectModelServiceUtils.EntryMediaType>
com.tenduke.services.objectmodel.ObjectModelServiceUtils.EntryMediaType
public static enum ObjectModelServiceUtils.EntryMediaType
| Enum Constant Summary | |
|---|---|
DefaultImage
Generated default size image (applicable for ImageEntries only). |
|
Flv
Default transcoded flv (applicable for VideoEntries only). |
|
Mp3
Generated default mp3 audio (applicable for AudioEntries only). |
|
OriginalMedia
Original uploaded media. |
|
Screenshot
Generated default screenshot image (applicable for VideoEntries only). |
|
Thumbnail
Generated default thumbnail image (applicable for VideoEntries and ImageEntries). |
|
| Method Summary | |
|---|---|
static ObjectModelServiceUtils.EntryMediaType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ObjectModelServiceUtils.EntryMediaType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ObjectModelServiceUtils.EntryMediaType DefaultImage
public static final ObjectModelServiceUtils.EntryMediaType Flv
public static final ObjectModelServiceUtils.EntryMediaType Mp3
public static final ObjectModelServiceUtils.EntryMediaType OriginalMedia
public static final ObjectModelServiceUtils.EntryMediaType Screenshot
public static final ObjectModelServiceUtils.EntryMediaType Thumbnail
| Method Detail |
|---|
public static ObjectModelServiceUtils.EntryMediaType 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 name
java.lang.NullPointerException - if the argument is nullpublic static ObjectModelServiceUtils.EntryMediaType[] values()
for (ObjectModelServiceUtils.EntryMediaType c : ObjectModelServiceUtils.EntryMediaType.values()) System.out.println(c);
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||