All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sdmxdl.cli.protobuf.FeaturesOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: sdmxdl_debug.proto

// Protobuf Java Version: 3.25.3
package sdmxdl.cli.protobuf;

public interface FeaturesOrBuilder extends
    // @@protoc_insertion_point(interface_extends:sdmxdl.cli.protobuf.Features)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .sdmxdl.format.protobuf.Feature features = 1;
   * @return A list containing the features.
   */
  java.util.List getFeaturesList();
  /**
   * repeated .sdmxdl.format.protobuf.Feature features = 1;
   * @return The count of features.
   */
  int getFeaturesCount();
  /**
   * repeated .sdmxdl.format.protobuf.Feature features = 1;
   * @param index The index of the element to return.
   * @return The features at the given index.
   */
  sdmxdl.format.protobuf.Feature getFeatures(int index);
  /**
   * repeated .sdmxdl.format.protobuf.Feature features = 1;
   * @return A list containing the enum numeric values on the wire for features.
   */
  java.util.List
  getFeaturesValueList();
  /**
   * repeated .sdmxdl.format.protobuf.Feature features = 1;
   * @param index The index of the value to return.
   * @return The enum numeric value on the wire of features at the given index.
   */
  int getFeaturesValue(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy