Interface Resources.ItemOrBuilder

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

    public static interface Resources.ItemOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasRef

        boolean hasRef()
        .aapt.pb.Reference ref = 1;
        Returns:
        Whether the ref field is set.
      • hasStr

        boolean hasStr()
        .aapt.pb.String str = 2;
        Returns:
        Whether the str field is set.
      • hasRawStr

        boolean hasRawStr()
        .aapt.pb.RawString raw_str = 3;
        Returns:
        Whether the rawStr field is set.
      • getRawStr

        Resources.RawString getRawStr()
        .aapt.pb.RawString raw_str = 3;
        Returns:
        The rawStr.
      • hasStyledStr

        boolean hasStyledStr()
        .aapt.pb.StyledString styled_str = 4;
        Returns:
        Whether the styledStr field is set.
      • getStyledStr

        Resources.StyledString getStyledStr()
        .aapt.pb.StyledString styled_str = 4;
        Returns:
        The styledStr.
      • hasFile

        boolean hasFile()
        .aapt.pb.FileReference file = 5;
        Returns:
        Whether the file field is set.
      • hasId

        boolean hasId()
        .aapt.pb.Id id = 6;
        Returns:
        Whether the id field is set.
      • getId

        Resources.Id getId()
        .aapt.pb.Id id = 6;
        Returns:
        The id.
      • hasPrim

        boolean hasPrim()
        .aapt.pb.Primitive prim = 7;
        Returns:
        Whether the prim field is set.