com.evernote.edam.userstore
Class Constants

java.lang.Object
  extended by com.evernote.edam.userstore.Constants

public class Constants
extends java.lang.Object

Contains constant values specified by this package.


Field Summary
static short EDAM_VERSION_MAJOR
          The major version number for the current revision of the EDAM protocol.
static short EDAM_VERSION_MINOR
          The minor version number for the current revision of the EDAM protocol.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EDAM_VERSION_MAJOR

public static final short EDAM_VERSION_MAJOR
The major version number for the current revision of the EDAM protocol. Clients pass this to the service using UserStore.checkVersion at the beginning of a session to confirm that they are not out of date.

See Also:
Constant Field Values

EDAM_VERSION_MINOR

public static final short EDAM_VERSION_MINOR
The minor version number for the current revision of the EDAM protocol. Clients pass this to the service using UserStore.checkVersion at the beginning of a session to confirm that they are not out of date.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()