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

cz.proto.IntervalYearMonthInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: data_type.proto

package cz.proto;

public interface IntervalYearMonthInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.IntervalYearMonthInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .cz.proto.IntervalUnit from = 1;
   * @return The enum numeric value on the wire for from.
   */
  int getFromValue();
  /**
   * .cz.proto.IntervalUnit from = 1;
   * @return The from.
   */
  cz.proto.IntervalUnit getFrom();

  /**
   * .cz.proto.IntervalUnit to = 2;
   * @return The enum numeric value on the wire for to.
   */
  int getToValue();
  /**
   * .cz.proto.IntervalUnit to = 2;
   * @return The to.
   */
  cz.proto.IntervalUnit getTo();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy