Interface Resources.StyleStringOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Resources.StyleString, Resources.StyleString.Builder
Enclosing class:
Resources

public static interface Resources.StyleStringOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getStr

      String getStr()
      string str = 1;
      Returns:
      The str.
    • getStrBytes

      com.google.protobuf.ByteString getStrBytes()
      string str = 1;
      Returns:
      The bytes for str.
    • getSpansList

      repeated .aapt.pb.StyleString.Span spans = 2;
    • getSpans

      Resources.StyleString.Span getSpans(int index)
      repeated .aapt.pb.StyleString.Span spans = 2;
    • getSpansCount

      int getSpansCount()
      repeated .aapt.pb.StyleString.Span spans = 2;
    • getSpansOrBuilderList

      List<? extends Resources.StyleString.SpanOrBuilder> getSpansOrBuilderList()
      repeated .aapt.pb.StyleString.Span spans = 2;
    • getSpansOrBuilder

      Resources.StyleString.SpanOrBuilder getSpansOrBuilder(int index)
      repeated .aapt.pb.StyleString.Span spans = 2;