Package | Description |
---|---|
org.zanata.rest.dto |
Modifier and Type | Field and Description |
---|---|
static Collection<TranslationSourceType> |
TranslationSourceType.AUTOMATED_ENTRIES |
Modifier and Type | Method and Description |
---|---|
TranslationSourceType |
TransUnitStatus.getTransSourceType() |
static TranslationSourceType |
TranslationSourceType.getValueOf(String abbr) |
static TranslationSourceType |
TranslationSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TranslationSourceType[] |
TranslationSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TransUnitStatus.setTransSourceType(TranslationSourceType transSourceType) |
Constructor and Description |
---|
TransUnitStatus(Long id,
String resId,
ContentState status,
TranslationSourceType transSourceType) |
Copyright © 2018 Zanata Project. All rights reserved.