Package org.kobe.xbot.Utilities.Entities
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 Summary
Modifier and TypeMethodDescriptionbooleanbool bool_value = 5;com.google.protobuf.ByteStringbytes bytes_value = 9;doubledouble double_value = 4;floatfloat float_value = 3;longint64 int64_value = 6;intint32 int_value = 2;string string_value = 1;com.google.protobuf.ByteStringstring string_value = 1;intuint32 uint32_value = 7;longuint64 uint64_value = 8;booleanbool bool_value = 5;booleanbytes bytes_value = 9;booleandouble double_value = 4;booleanfloat float_value = 3;booleanint64 int64_value = 6;booleanint32 int_value = 2;booleanstring string_value = 1;booleanuint32 uint32_value = 7;booleanuint64 uint64_value = 8;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
XTableArrayList.Array.Value.ValueCase getValueCase()
-