Package bdsup2sub.core
Enum Class Core.RunType
- All Implemented Interfaces:
Serializable
,Comparable<Core.RunType>
,Constable
- Enclosing class:
- Core
Enumeration of functionalities executed in the started thread
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionwrite a VobSub streamwrite a BD-SUP streammove all captionsread a SUP streamread a SUP/IFO streamread a VobSub streamread a SUP stream -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Core.RunType
Returns the enum constant of this class with the specified name.static Core.RunType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
READSUP
read a SUP stream -
READXML
read a SUP stream -
READVOBSUB
read a VobSub stream -
READSUPIFO
read a SUP/IFO stream -
CREATESUB
write a VobSub stream -
CREATESUP
write a BD-SUP stream -
MOVEALL
move all captions
-
-
Constructor Details
-
RunType
private RunType()
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-