Enum Class ETransferState
- All Implemented Interfaces:
Serializable,Comparable<ETransferState>,Constable
Transfer Status
- Author:
- I-D Media AG
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull ETransferStategetState(int type) intgetValue()static ETransferStateReturns the enum constant of this class with the specified name.static ETransferState[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
UNDEFINED
-
AVAILABLE_FOR_NEW_JOB
-
IN_TRANSLATION_IN_TMS
-
AVAILABLE_FOR_NEW_JOB_REPLACED_BY_NEWER_REVISION
-
AVAILABLE_FOR_NEW_JOB_BLOCKED
-
IN_TRANSLATION_IN_TMS_FAILED
Deprecated. -
TRANSLATED_IMPORT_IN_FS_COMPLETE
-
TRANSLATED_IMPORT_IN_FS_FAILED
-
REGISTERING_IN_DATABASE_NOT_YET_AVAILABLE
-
OBSOLETE
-
MARKED_AS_DUPLICATE
-
JOB_CREATED_ABOUT_TO_FORWARD_TO_TMS
-
-
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
-
getValue
public int getValue() -
getState
-