Enum Class AVFileFormat

java.lang.Object
java.lang.Enum<AVFileFormat>
nl.vpro.domain.media.AVFileFormat
All Implemented Interfaces:
Serializable, Comparable<AVFileFormat>, java.lang.constant.Constable

public enum AVFileFormat extends Enum<AVFileFormat>
See also nl/vpro/domain/media/vproMedia.xsd . Don't forget to keep that file into sync with this.
  • Enum Constant Details

  • Method Details

    • values

      public static AVFileFormat[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AVFileFormat valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • forMimeType

      public static Optional<AVFileFormat> forMimeType(String mimetype)
    • forProgramUrl

      public static AVFileFormat forProgramUrl(String url)