Interface MeasureListTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MeasureListType, MeasureListType.Builder

@Generated public interface MeasureListTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    [gml/basicTypes.xsd at 252:68]
    com.google.protobuf.ByteString
    [gml/basicTypes.xsd at 252:68]
    double
    getValue(int index)
    gml:MeasureListType provides for a list of quantities.
    int
    gml:MeasureListType provides for a list of quantities.
    gml:MeasureListType provides for a list of quantities.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

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

    • getUom

      String getUom()
       [gml/basicTypes.xsd at 252:68]
       
      string uom = 1;
      Returns:
      The uom.
    • getUomBytes

      com.google.protobuf.ByteString getUomBytes()
       [gml/basicTypes.xsd at 252:68]
       
      string uom = 1;
      Returns:
      The bytes for uom.
    • getValueList

      List<Double> getValueList()
       gml:MeasureListType provides for a list of quantities.  [gml/basicTypes.xsd at 246:38]
       
      repeated double value = 2;
      Returns:
      A list containing the value.
    • getValueCount

      int getValueCount()
       gml:MeasureListType provides for a list of quantities.  [gml/basicTypes.xsd at 246:38]
       
      repeated double value = 2;
      Returns:
      The count of value.
    • getValue

      double getValue(int index)
       gml:MeasureListType provides for a list of quantities.  [gml/basicTypes.xsd at 246:38]
       
      repeated double value = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The value at the given index.