Package com.android.aapt
Interface Resources.Styleable.EntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Resources.Styleable.Entry,Resources.Styleable.Entry.Builder
- Enclosing class:
- Resources.Styleable
public static interface Resources.Styleable.EntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resources.ReferencegetAttr()The reference to the attribute.Resources.ReferenceOrBuildergetAttrOrBuilder()The reference to the attribute.java.lang.StringgetComment()Any comments associated with the declaration.com.google.protobuf.ByteStringgetCommentBytes()Any comments associated with the declaration.Resources.SourcegetSource()Where the attribute was defined within the <declare-styleable> block.Resources.SourceOrBuildergetSourceOrBuilder()Where the attribute was defined within the <declare-styleable> block.booleanhasAttr()The reference to the attribute.booleanhasSource()Where the attribute was defined within the <declare-styleable> block.-
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 attribute was defined within the <declare-styleable> block.
.aapt.pb.Source source = 1;- Returns:
- Whether the source field is set.
-
getSource
Resources.Source getSource()
Where the attribute was defined within the <declare-styleable> block.
.aapt.pb.Source source = 1;- Returns:
- The source.
-
getSourceOrBuilder
Resources.SourceOrBuilder getSourceOrBuilder()
Where the attribute was defined within the <declare-styleable> block.
.aapt.pb.Source source = 1;
-
getComment
java.lang.String getComment()
Any comments associated with the declaration.
string comment = 2;- Returns:
- The comment.
-
getCommentBytes
com.google.protobuf.ByteString getCommentBytes()
Any comments associated with the declaration.
string comment = 2;- Returns:
- The bytes for comment.
-
hasAttr
boolean hasAttr()
The reference to the attribute.
.aapt.pb.Reference attr = 3;- Returns:
- Whether the attr field is set.
-
getAttr
Resources.Reference getAttr()
The reference to the attribute.
.aapt.pb.Reference attr = 3;- Returns:
- The attr.
-
getAttrOrBuilder
Resources.ReferenceOrBuilder getAttrOrBuilder()
The reference to the attribute.
.aapt.pb.Reference attr = 3;
-
-