public enum MatlibTaskStatus extends Enum<MatlibTaskStatus>
| Enum Constant and Description |
|---|
EDITING
手动编辑中 (待合成)
|
EDITOR_MAKING
二次编辑合成中
|
FAILED
已失败
|
PREPROCESS
预处理中
|
SAVED
已入库
|
SUCCESS
待入库
|
VIDPRESS_MAKING
vidpress生产中
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static MatlibTaskStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatlibTaskStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatlibTaskStatus VIDPRESS_MAKING
public static final MatlibTaskStatus EDITOR_MAKING
public static final MatlibTaskStatus PREPROCESS
public static final MatlibTaskStatus EDITING
public static final MatlibTaskStatus SUCCESS
public static final MatlibTaskStatus SAVED
public static final MatlibTaskStatus FAILED
public static MatlibTaskStatus[] values()
for (MatlibTaskStatus c : MatlibTaskStatus.values()) System.out.println(c);
public static MatlibTaskStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<MatlibTaskStatus>Copyright © 2022. All rights reserved.