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

org.polypheny.prism.ProtoIntervalOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: org/polypheny/prism/value.proto

package org.polypheny.prism;

public interface ProtoIntervalOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.polypheny.prism.ProtoInterval)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 milliseconds = 1;
   * @return The milliseconds.
   */
  long getMilliseconds();

  /**
   * int64 months = 2;
   * @return The months.
   */
  long getMonths();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy