Package | Description |
---|---|
org.zanata.rest.dto.stats |
Modifier and Type | Method and Description |
---|---|
TranslationStatistics.StatUnit |
TranslationStatistics.getUnit()
Element unit being used to measure the translation counts.
|
static TranslationStatistics.StatUnit |
TranslationStatistics.StatUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TranslationStatistics.StatUnit[] |
TranslationStatistics.StatUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TranslationStatistics |
ContainerTranslationStatistics.getStats(String localeId,
TranslationStatistics.StatUnit unit)
Finds a specific translation for a locale and detail level.
|
void |
TranslationStatistics.setUnit(TranslationStatistics.StatUnit unit) |
Copyright © 2013 Zanata Project. All Rights Reserved.