class Arity : ProtocolMessageEnum
The arity of the plural.
Protobuf enum aapt.pb.Plural.Arity
ZERO |
|
ONE |
|
TWO |
|
FEW |
|
MANY |
|
OTHER |
|
UNRECOGNIZED |
FEW_VALUE |
static val FEW_VALUE: Int |
MANY_VALUE |
static val MANY_VALUE: Int |
ONE_VALUE |
static val ONE_VALUE: Int |
OTHER_VALUE |
static val OTHER_VALUE: Int |
TWO_VALUE |
static val TWO_VALUE: Int |
ZERO_VALUE |
static val ZERO_VALUE: Int |
forNumber |
static fun forNumber(value: Int): Arity! |
getDescriptor |
static fun getDescriptor(): EnumDescriptor! |
getDescriptorForType |
fun getDescriptorForType(): EnumDescriptor! |
getNumber |
fun getNumber(): Int |
getValueDescriptor |
fun getValueDescriptor(): EnumValueDescriptor! |
internalGetValueMap |
static fun internalGetValueMap(): EnumLiteMap<Arity!>! |
valueOf |
static fun valueOf(value: Int): Arity! static fun valueOf(desc: EnumValueDescriptor!): Arity! |