|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Core.RunType>
deadbeef.SupTools.Core.RunType
public static enum Core.RunType
Enumeration of functionalities executed in the started thread
| Enum Constant Summary | |
|---|---|
CREATESUB
write a VobSub stream |
|
CREATESUP
write a BD-SUP stream |
|
READSUP
read a SUP stream |
|
READSUPIFO
read a SUP/IFO stream |
|
READVOBSUB
read a VobSub stream |
|
READXML
read a SUP stream |
|
| Method Summary | |
|---|---|
static Core.RunType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Core.RunType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Core.RunType READSUP
public static final Core.RunType READXML
public static final Core.RunType READVOBSUB
public static final Core.RunType READSUPIFO
public static final Core.RunType CREATESUB
public static final Core.RunType CREATESUP
| Method Detail |
|---|
public static Core.RunType[] values()
for (Core.RunType c : Core.RunType.values()) System.out.println(c);
public static Core.RunType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||