Interface XTableArrayList.Array.ValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
XTableArrayList.Array.Value, XTableArrayList.Array.Value.Builder
Enclosing class:
XTableArrayList.Array

public static interface XTableArrayList.Array.ValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasStringValue

      boolean hasStringValue()
      string string_value = 1;
      Returns:
      Whether the stringValue field is set.
    • getStringValue

      String getStringValue()
      string string_value = 1;
      Returns:
      The stringValue.
    • getStringValueBytes

      com.google.protobuf.ByteString getStringValueBytes()
      string string_value = 1;
      Returns:
      The bytes for stringValue.
    • hasIntValue

      boolean hasIntValue()
      int32 int_value = 2;
      Returns:
      Whether the intValue field is set.
    • getIntValue

      int getIntValue()
      int32 int_value = 2;
      Returns:
      The intValue.
    • hasFloatValue

      boolean hasFloatValue()
      float float_value = 3;
      Returns:
      Whether the floatValue field is set.
    • getFloatValue

      float getFloatValue()
      float float_value = 3;
      Returns:
      The floatValue.
    • hasDoubleValue

      boolean hasDoubleValue()
      double double_value = 4;
      Returns:
      Whether the doubleValue field is set.
    • getDoubleValue

      double getDoubleValue()
      double double_value = 4;
      Returns:
      The doubleValue.
    • hasBoolValue

      boolean hasBoolValue()
      bool bool_value = 5;
      Returns:
      Whether the boolValue field is set.
    • getBoolValue

      boolean getBoolValue()
      bool bool_value = 5;
      Returns:
      The boolValue.
    • hasInt64Value

      boolean hasInt64Value()
      int64 int64_value = 6;
      Returns:
      Whether the int64Value field is set.
    • getInt64Value

      long getInt64Value()
      int64 int64_value = 6;
      Returns:
      The int64Value.
    • hasUint32Value

      boolean hasUint32Value()
      uint32 uint32_value = 7;
      Returns:
      Whether the uint32Value field is set.
    • getUint32Value

      int getUint32Value()
      uint32 uint32_value = 7;
      Returns:
      The uint32Value.
    • hasUint64Value

      boolean hasUint64Value()
      uint64 uint64_value = 8;
      Returns:
      Whether the uint64Value field is set.
    • getUint64Value

      long getUint64Value()
      uint64 uint64_value = 8;
      Returns:
      The uint64Value.
    • hasBytesValue

      boolean hasBytesValue()
      bytes bytes_value = 9;
      Returns:
      Whether the bytesValue field is set.
    • getBytesValue

      com.google.protobuf.ByteString getBytesValue()
      bytes bytes_value = 9;
      Returns:
      The bytesValue.
    • getValueCase