Enum Class ETransferState

java.lang.Object
java.lang.Enum<ETransferState>
com.idmedia.translationstudio.api.database.model.ETransferState
All Implemented Interfaces:
Serializable, Comparable<ETransferState>, Constable

public enum ETransferState extends Enum<ETransferState>
Transfer Status
Author:
I-D Media AG
  • Enum Constant Details

    • UNDEFINED

      public static final ETransferState UNDEFINED
    • AVAILABLE_FOR_NEW_JOB

      public static final ETransferState AVAILABLE_FOR_NEW_JOB
    • IN_TRANSLATION_IN_TMS

      public static final ETransferState IN_TRANSLATION_IN_TMS
    • AVAILABLE_FOR_NEW_JOB_REPLACED_BY_NEWER_REVISION

      public static final ETransferState AVAILABLE_FOR_NEW_JOB_REPLACED_BY_NEWER_REVISION
    • AVAILABLE_FOR_NEW_JOB_BLOCKED

      public static final ETransferState AVAILABLE_FOR_NEW_JOB_BLOCKED
    • IN_TRANSLATION_IN_TMS_FAILED

      @Deprecated public static final ETransferState IN_TRANSLATION_IN_TMS_FAILED
      Deprecated.
    • TRANSLATED_IMPORT_IN_FS_COMPLETE

      public static final ETransferState TRANSLATED_IMPORT_IN_FS_COMPLETE
    • TRANSLATED_IMPORT_IN_FS_FAILED

      public static final ETransferState TRANSLATED_IMPORT_IN_FS_FAILED
    • REGISTERING_IN_DATABASE_NOT_YET_AVAILABLE

      public static final ETransferState REGISTERING_IN_DATABASE_NOT_YET_AVAILABLE
    • OBSOLETE

      public static final ETransferState OBSOLETE
    • MARKED_AS_DUPLICATE

      public static final ETransferState MARKED_AS_DUPLICATE
    • JOB_CREATED_ABOUT_TO_FORWARD_TO_TMS

      public static final ETransferState JOB_CREATED_ABOUT_TO_FORWARD_TO_TMS
  • Method Details

    • values

      public static ETransferState[] 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 ETransferState 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
    • getValue

      public int getValue()
    • getState

      @NotNull public static @NotNull ETransferState getState(int type)