Enum Class Timeline.Type

java.lang.Object
java.lang.Enum<Timeline.Type>
com.brightcove.ssai.timeline.Timeline.Type
All Implemented Interfaces:
Serializable, Comparable<Timeline.Type>, Constable
Enclosing interface:
Timeline

public static enum Timeline.Type extends Enum<Timeline.Type>
The Timeline Type.
  • Enum Constant Details

    • STATIC

      public static final Timeline.Type STATIC
      Timeline static type.
    • DYNAMIC

      public static final Timeline.Type DYNAMIC
      Timeline dynamic type.
  • Method Details

    • values

      public static Timeline.Type[] 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 Timeline.Type 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