com.evernote.edam.userstore
Class Constants

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

public class Constants
extends java.lang.Object


Field Summary
static short EDAM_VERSION_MAJOR
           
static short EDAM_VERSION_MINOR
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EDAM_VERSION_MAJOR

public static final short EDAM_VERSION_MAJOR
See Also:
Constant Field Values

EDAM_VERSION_MINOR

public static final short EDAM_VERSION_MINOR
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()