public static enum TranslationConstants.TranslationStatus extends java.lang.Enum<TranslationConstants.TranslationStatus>
Enum Constant and Description |
---|
APPROVED
APPROVED.
|
ARCHIVE
ARCHIVE.
|
CANCEL
CANCEL.
|
COMMITTED_FOR_TRANSLATION
COMMITED_FOR_TRANSLATION.
|
COMPLETE
COMPLETE.
|
DRAFT
DRAFT.
|
ERROR_UPDATE
ERROR_UPDATE.
|
READY_FOR_REVIEW
Ready for review.
|
REJECTED
REJECTED.
|
SCOPE_COMPLETED
SCOPE_COMPLETED.
|
SCOPE_REQUESTED
SCOPE_REQUESTED (Set by the Translation Framework) Scoping is the process in which text submitted for
translation is tokenized and compared against existing Translation Memory (The existing pool of stored and
subject relevant translations.) Scoping is generally provided by a translation service as a pre-translation
courtesy to help estimate the total cost of the translation work to be done.
|
SUBMITTED
SUBMITTED.
|
TRANSLATED
TRANSLATED.
|
TRANSLATION_IN_PROGRESS
TRANSLATION_IN_PROGRESS.
|
UNKNOWN_STATE
UNKNOWN_STATE.
|
Modifier and Type | Method and Description |
---|---|
static TranslationConstants.TranslationStatus |
fromString(java.lang.String text) |
static TranslationConstants.TranslationStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TranslationConstants.TranslationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TranslationConstants.TranslationStatus DRAFT
public static final TranslationConstants.TranslationStatus SUBMITTED
public static final TranslationConstants.TranslationStatus SCOPE_REQUESTED
public static final TranslationConstants.TranslationStatus SCOPE_COMPLETED
public static final TranslationConstants.TranslationStatus COMMITTED_FOR_TRANSLATION
public static final TranslationConstants.TranslationStatus TRANSLATION_IN_PROGRESS
public static final TranslationConstants.TranslationStatus TRANSLATED
public static final TranslationConstants.TranslationStatus READY_FOR_REVIEW
public static final TranslationConstants.TranslationStatus REJECTED
public static final TranslationConstants.TranslationStatus APPROVED
public static final TranslationConstants.TranslationStatus COMPLETE
public static final TranslationConstants.TranslationStatus CANCEL
public static final TranslationConstants.TranslationStatus ARCHIVE
public static final TranslationConstants.TranslationStatus ERROR_UPDATE
public static final TranslationConstants.TranslationStatus UNKNOWN_STATE
public static TranslationConstants.TranslationStatus[] values()
for (TranslationConstants.TranslationStatus c : TranslationConstants.TranslationStatus.values()) System.out.println(c);
public static TranslationConstants.TranslationStatus 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 namejava.lang.NullPointerException
- if the argument is nullpublic static TranslationConstants.TranslationStatus fromString(java.lang.String text)
Copyright © 2010 - 2020 Adobe. All Rights Reserved