Package com.android.aapt
Interface Resources.Plural.EntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Resources.Plural.Entry,Resources.Plural.Entry.Builder
- Enclosing class:
- Resources.Plural
public static interface Resources.Plural.EntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resources.Plural.AritygetArity()The arity of the plural.intgetArityValue()The arity of the plural.java.lang.StringgetComment()Any comments associated with the plural.com.google.protobuf.ByteStringgetCommentBytes()Any comments associated with the plural.Resources.ItemgetItem()The value assigned to this plural.Resources.ItemOrBuildergetItemOrBuilder()The value assigned to this plural.Resources.SourcegetSource()Where the plural was defined.Resources.SourceOrBuildergetSourceOrBuilder()Where the plural was defined.booleanhasItem()The value assigned to this plural.booleanhasSource()Where the plural was defined.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSource
boolean hasSource()
Where the plural was defined.
.aapt.pb.Source source = 1;- Returns:
- Whether the source field is set.
-
getSource
Resources.Source getSource()
Where the plural was defined.
.aapt.pb.Source source = 1;- Returns:
- The source.
-
getSourceOrBuilder
Resources.SourceOrBuilder getSourceOrBuilder()
Where the plural was defined.
.aapt.pb.Source source = 1;
-
getComment
java.lang.String getComment()
Any comments associated with the plural.
string comment = 2;- Returns:
- The comment.
-
getCommentBytes
com.google.protobuf.ByteString getCommentBytes()
Any comments associated with the plural.
string comment = 2;- Returns:
- The bytes for comment.
-
getArityValue
int getArityValue()
The arity of the plural.
.aapt.pb.Plural.Arity arity = 3;- Returns:
- The enum numeric value on the wire for arity.
-
getArity
Resources.Plural.Arity getArity()
The arity of the plural.
.aapt.pb.Plural.Arity arity = 3;- Returns:
- The arity.
-
hasItem
boolean hasItem()
The value assigned to this plural.
.aapt.pb.Item item = 4;- Returns:
- Whether the item field is set.
-
getItem
Resources.Item getItem()
The value assigned to this plural.
.aapt.pb.Item item = 4;- Returns:
- The item.
-
getItemOrBuilder
Resources.ItemOrBuilder getItemOrBuilder()
The value assigned to this plural.
.aapt.pb.Item item = 4;
-
-