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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description proto4.ByteStringgetS(int index)repeated bytes s = 1;intgetSCount()repeated bytes s = 1;List<proto4.ByteString>getSList()repeated bytes s = 1;
 
- 
- 
- 
Method Detail- 
getSListList<proto4.ByteString> getSList() repeated bytes s = 1;- Returns:
- A list containing the s.
 
 - 
getSCountint getSCount() repeated bytes s = 1;- Returns:
- The count of s.
 
 - 
getSproto4.ByteString getS(int index) repeated bytes s = 1;- Parameters:
- index- The index of the element to return.
- Returns:
- The s at the given index.
 
 
- 
 
-