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 TypeMethodDescriptionboolean
bool bool_value = 5;
com.google.protobuf.ByteString
bytes bytes_value = 9;
double
double double_value = 4;
float
float float_value = 3;
long
int64 int64_value = 6;
int
int32 int_value = 2;
string string_value = 1;
com.google.protobuf.ByteString
string string_value = 1;
int
uint32 uint32_value = 7;
long
uint64 uint64_value = 8;
boolean
bool bool_value = 5;
boolean
bytes bytes_value = 9;
boolean
double double_value = 4;
boolean
float float_value = 3;
boolean
int64 int64_value = 6;
boolean
int32 int_value = 2;
boolean
string string_value = 1;
boolean
uint32 uint32_value = 7;
boolean
uint64 uint64_value = 8;
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
-
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()
-