Package com.android.aapt
Interface Resources.StagedIdOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Resources.StagedId,Resources.StagedId.Builder
- Enclosing class:
- Resources
public static interface Resources.StagedIdOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resources.SourcegetSource().aapt.pb.Source source = 1;Resources.SourceOrBuildergetSourceOrBuilder().aapt.pb.Source source = 1;intgetStagedId()uint32 staged_id = 2;booleanhasSource().aapt.pb.Source source = 1;-
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()
.aapt.pb.Source source = 1;- Returns:
- Whether the source field is set.
-
getSource
Resources.Source getSource()
.aapt.pb.Source source = 1;- Returns:
- The source.
-
getSourceOrBuilder
Resources.SourceOrBuilder getSourceOrBuilder()
.aapt.pb.Source source = 1;
-
getStagedId
int getStagedId()
uint32 staged_id = 2;- Returns:
- The stagedId.
-
-