JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
|
Optional |
Required
Detail:
Field
|
Element
SEARCH:
Package
com.transifex.common
Annotation Type Plurals.PluralType
Enclosing class:
Plurals
@Retention
(
SOURCE
)
public static @interface
Plurals.PluralType
A tag that represents the plural type. Can be
ZERO
,
ONE
,
TWO
,
FEW
,
MANY
,
OTHER
.
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
FEW
static final
String
MANY
static final
String
ONE
static final
String
OTHER
static final
String
TWO
static final
String
ZERO
Field Details
ZERO
static final
String
ZERO
See Also:
Constant Field Values
ONE
static final
String
ONE
See Also:
Constant Field Values
TWO
static final
String
TWO
See Also:
Constant Field Values
FEW
static final
String
FEW
See Also:
Constant Field Values
MANY
static final
String
MANY
See Also:
Constant Field Values
OTHER
static final
String
OTHER
See Also:
Constant Field Values