Package com.android.aapt
Interface Resources.UntranslatableSectionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Resources.UntranslatableSection,Resources.UntranslatableSection.Builder
- Enclosing class:
- Resources
public static interface Resources.UntranslatableSectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonguint64 end_index = 2;longuint64 start_index = 1;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
-
getStartIndex
long getStartIndex()uint64 start_index = 1;- Returns:
- The startIndex.
-
getEndIndex
long getEndIndex()uint64 end_index = 2;- Returns:
- The endIndex.
-