Interface Osmformat.StringTableOrBuilder

All Superinterfaces:
proto4.MessageLiteOrBuilder, proto4.MessageOrBuilder
All Known Implementing Classes:
Osmformat.StringTable, Osmformat.StringTable.Builder
Enclosing class:
Osmformat

public static interface Osmformat.StringTableOrBuilder extends proto4.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    proto4.ByteString
    getS(int index)
    repeated bytes s = 1;
    int
    repeated bytes s = 1;
    List<proto4.ByteString>
    repeated bytes s = 1;

    Methods inherited from interface proto4.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface proto4.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSList

      List<proto4.ByteString> getSList()
      repeated bytes s = 1;
      Returns:
      A list containing the s.
    • getSCount

      int getSCount()
      repeated bytes s = 1;
      Returns:
      The count of s.
    • getS

      proto4.ByteString getS(int index)
      repeated bytes s = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The s at the given index.