Enum Class Core.RunType

java.lang.Object
java.lang.Enum<Core.RunType>
bdsup2sub.core.Core.RunType
All Implemented Interfaces:
Serializable, Comparable<Core.RunType>, Constable
Enclosing class:
Core

private static enum Core.RunType extends Enum<Core.RunType>
Enumeration of functionalities executed in the started thread
  • Enum Constant Details

    • READSUP

      public static final Core.RunType READSUP
      read a SUP stream
    • READXML

      public static final Core.RunType READXML
      read a SUP stream
    • READVOBSUB

      public static final Core.RunType READVOBSUB
      read a VobSub stream
    • READSUPIFO

      public static final Core.RunType READSUPIFO
      read a SUP/IFO stream
    • CREATESUB

      public static final Core.RunType CREATESUB
      write a VobSub stream
    • CREATESUP

      public static final Core.RunType CREATESUP
      write a BD-SUP stream
    • MOVEALL

      public static final Core.RunType MOVEALL
      move all captions
  • Constructor Details

    • RunType

      private RunType()
  • Method Details

    • values

      public static Core.RunType[] 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 Core.RunType 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