public static enum MediaPackageElement.Type extends Enum<MediaPackageElement.Type>
| Enum Constant and Description |
|---|
Attachment |
Catalog |
Manifest |
Other |
Publication |
Timeline |
Track |
| Modifier and Type | Method and Description |
|---|---|
static MediaPackageElement.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaPackageElement.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaPackageElement.Type Manifest
public static final MediaPackageElement.Type Timeline
public static final MediaPackageElement.Type Track
public static final MediaPackageElement.Type Catalog
public static final MediaPackageElement.Type Attachment
public static final MediaPackageElement.Type Publication
public static final MediaPackageElement.Type Other
public static MediaPackageElement.Type[] values()
for (MediaPackageElement.Type c : MediaPackageElement.Type.values()) System.out.println(c);
public static MediaPackageElement.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2009–2020 Opencast Project. All rights reserved.