Package org.kobe.xbot.Utilities.Entities
Interface XTableArrayList.ArrayOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
XTableArrayList.Array
,XTableArrayList.Array.Builder
- Enclosing class:
- XTableArrayList
public static interface XTableArrayList.ArrayOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValues
(int index) repeated .org.kobe.xbot.Utilities.Entities.Array.Value values = 1;
int
repeated .org.kobe.xbot.Utilities.Entities.Array.Value values = 1;
repeated .org.kobe.xbot.Utilities.Entities.Array.Value values = 1;
getValuesOrBuilder
(int index) repeated .org.kobe.xbot.Utilities.Entities.Array.Value values = 1;
List<? extends XTableArrayList.Array.ValueOrBuilder>
repeated .org.kobe.xbot.Utilities.Entities.Array.Value values = 1;
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
-
getValuesList
List<XTableArrayList.Array.Value> getValuesList()repeated .org.kobe.xbot.Utilities.Entities.Array.Value values = 1;
-
getValues
repeated .org.kobe.xbot.Utilities.Entities.Array.Value values = 1;
-
getValuesCount
int getValuesCount()repeated .org.kobe.xbot.Utilities.Entities.Array.Value values = 1;
-
getValuesOrBuilderList
List<? extends XTableArrayList.Array.ValueOrBuilder> getValuesOrBuilderList()repeated .org.kobe.xbot.Utilities.Entities.Array.Value values = 1;
-
getValuesOrBuilder
repeated .org.kobe.xbot.Utilities.Entities.Array.Value values = 1;
-