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

org.polypheny.prism.ProtoDateOrBuilder 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 ProtoDateOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.polypheny.prism.ProtoDate)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Days since epoch till start of the specified day.
   * 
* * int64 date = 1; * @return The date. */ long getDate(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy