Package com.apivolve.xolir
Interface Service.GeneratorFeaturesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.GeneratorFeatures,Service.GeneratorFeatures.Builder
- Enclosing class:
- Service
public static interface Service.GeneratorFeaturesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMode(int index) repeated .xolir.Mode mode = 1;intrepeated .xolir.Mode mode = 1;repeated .xolir.Mode mode = 1;intgetModeValue(int index) repeated .xolir.Mode mode = 1;repeated .xolir.Mode mode = 1;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
-
getModeList
List<Service.Mode> getModeList()repeated .xolir.Mode mode = 1;- Returns:
- A list containing the mode.
-
getModeCount
int getModeCount()repeated .xolir.Mode mode = 1;- Returns:
- The count of mode.
-
getMode
repeated .xolir.Mode mode = 1;- Parameters:
index- The index of the element to return.- Returns:
- The mode at the given index.
-
getModeValueList
repeated .xolir.Mode mode = 1;- Returns:
- A list containing the enum numeric values on the wire for mode.
-
getModeValue
int getModeValue(int index) repeated .xolir.Mode mode = 1;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of mode at the given index.
-