Package com.android.aapt
Interface Resources.PluralOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Resources.Plural,Resources.Plural.Builder
- Enclosing class:
- Resources
public static interface Resources.PluralOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEntry(int index) The set of arity/plural mappings.intThe set of arity/plural mappings.The set of arity/plural mappings.getEntryOrBuilder(int index) The set of arity/plural mappings.List<? extends Resources.Plural.EntryOrBuilder>The set of arity/plural mappings.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEntryList
List<Resources.Plural.Entry> getEntryList()The set of arity/plural mappings.
repeated .aapt.pb.Plural.Entry entry = 1; -
getEntry
The set of arity/plural mappings.
repeated .aapt.pb.Plural.Entry entry = 1; -
getEntryCount
int getEntryCount()The set of arity/plural mappings.
repeated .aapt.pb.Plural.Entry entry = 1; -
getEntryOrBuilderList
List<? extends Resources.Plural.EntryOrBuilder> getEntryOrBuilderList()The set of arity/plural mappings.
repeated .aapt.pb.Plural.Entry entry = 1; -
getEntryOrBuilder
The set of arity/plural mappings.
repeated .aapt.pb.Plural.Entry entry = 1;
-