Class MediaPackageElementFlavor

java.lang.Object
org.opencastproject.mediapackage.MediaPackageElementFlavor
All Implemented Interfaces:
Serializable, Cloneable, Comparable<MediaPackageElementFlavor>

public class MediaPackageElementFlavor extends Object implements Cloneable, Comparable<MediaPackageElementFlavor>, Serializable
ELement flavors describe MediaPackageElements in a semantic way. They reveal or give at least a hint about the meaning of an element.
See Also:
  • Field Details

  • Constructor Details

    • MediaPackageElementFlavor

      public MediaPackageElementFlavor(String type, String subtype)
      Creates a new flavor with the given type and subtype.
      Parameters:
      type - the type of the flavor
      subtype - the subtype of the flavor
  • Method Details