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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resources.Plural.EntrygetEntry(int index)The set of arity/plural mappings.intgetEntryCount()The set of arity/plural mappings.java.util.List<Resources.Plural.Entry>getEntryList()The set of arity/plural mappings.Resources.Plural.EntryOrBuildergetEntryOrBuilder(int index)The set of arity/plural mappings.java.util.List<? extends Resources.Plural.EntryOrBuilder>getEntryOrBuilderList()The set of arity/plural mappings.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEntryList
java.util.List<Resources.Plural.Entry> getEntryList()
The set of arity/plural mappings.
repeated .aapt.pb.Plural.Entry entry = 1;
-
getEntry
Resources.Plural.Entry getEntry(int index)
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
java.util.List<? extends Resources.Plural.EntryOrBuilder> getEntryOrBuilderList()
The set of arity/plural mappings.
repeated .aapt.pb.Plural.Entry entry = 1;
-
getEntryOrBuilder
Resources.Plural.EntryOrBuilder getEntryOrBuilder(int index)
The set of arity/plural mappings.
repeated .aapt.pb.Plural.Entry entry = 1;
-
-