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 Type
    Method
    Description
    getMode(int index)
    repeated .xolir.Mode mode = 1;
    int
    repeated .xolir.Mode mode = 1;
    repeated .xolir.Mode mode = 1;
    int
    getModeValue(int index)
    repeated .xolir.Mode mode = 1;
    repeated .xolir.Mode mode = 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

    • 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

      Service.Mode getMode(int index)
      repeated .xolir.Mode mode = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The mode at the given index.
    • getModeValueList

      List<Integer> 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.