Package com.android.aapt
Interface Resources.AllowNewOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Resources.AllowNew,Resources.AllowNew.Builder
- Enclosing class:
- Resources
public static interface Resources.AllowNewOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAny comment associated with the declaration.com.google.protobuf.ByteStringAny comment associated with the declaration.Where this was defined in source.Where this was defined in source.booleanWhere this was defined in source.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
-
hasSource
boolean hasSource()Where this was defined in source.
.aapt.pb.Source source = 1;- Returns:
- Whether the source field is set.
-
getSource
Resources.Source getSource()Where this was defined in source.
.aapt.pb.Source source = 1;- Returns:
- The source.
-
getSourceOrBuilder
Resources.SourceOrBuilder getSourceOrBuilder()Where this was defined in source.
.aapt.pb.Source source = 1; -
getComment
String getComment()Any comment associated with the declaration.
string comment = 2;- Returns:
- The comment.
-
getCommentBytes
com.google.protobuf.ByteString getCommentBytes()Any comment associated with the declaration.
string comment = 2;- Returns:
- The bytes for comment.
-