com.dyuproject.demos.todolist
Class Constants

java.lang.Object
  extended by com.dyuproject.demos.todolist.Constants

public class Constants
extends Object

Author:
David Yu

Field Summary
static String ACTION
           
static String ACTION_CREATE
           
static String ACTION_DELETE
           
static String ACTION_EDIT
           
static String CALLBACK
           
static String COMPLETED
           
static String CONFIRM_PASSWORD
           
static String CONTENT
           
static String DISABLED
           
static String EMAIL
           
static String FIRST_NAME
           
static String ID
           
static String JSON
           
static String LAST_NAME
           
static String MSG
           
static String NEW_PASSWORD
           
static String OLD_PASSWORD
           
static String PASSWORD
           
static String TEXT_HTML
           
static String TEXT_PLAIN
           
static String TEXT_XML
           
static String TITLE
           
static String TODO
           
static String TODOS
           
static String USER
           
static String USERNAME
           
static String USERS
           
static String XML
           
 
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

XML

public static final String XML
See Also:
Constant Field Values

JSON

public static final String JSON
See Also:
Constant Field Values

TEXT_PLAIN

public static final String TEXT_PLAIN
See Also:
Constant Field Values

TEXT_HTML

public static final String TEXT_HTML
See Also:
Constant Field Values

TEXT_XML

public static final String TEXT_XML
See Also:
Constant Field Values

ID

public static final String ID
See Also:
Constant Field Values

CALLBACK

public static final String CALLBACK
See Also:
Constant Field Values

MSG

public static final String MSG
See Also:
Constant Field Values

ACTION

public static final String ACTION
See Also:
Constant Field Values

ACTION_EDIT

public static final String ACTION_EDIT
See Also:
Constant Field Values

ACTION_CREATE

public static final String ACTION_CREATE
See Also:
Constant Field Values

ACTION_DELETE

public static final String ACTION_DELETE
See Also:
Constant Field Values

DISABLED

public static final String DISABLED
See Also:
Constant Field Values

TODO

public static final String TODO
See Also:
Constant Field Values

TODOS

public static final String TODOS
See Also:
Constant Field Values

TITLE

public static final String TITLE
See Also:
Constant Field Values

CONTENT

public static final String CONTENT
See Also:
Constant Field Values

COMPLETED

public static final String COMPLETED
See Also:
Constant Field Values

USER

public static final String USER
See Also:
Constant Field Values

USERS

public static final String USERS
See Also:
Constant Field Values

FIRST_NAME

public static final String FIRST_NAME
See Also:
Constant Field Values

LAST_NAME

public static final String LAST_NAME
See Also:
Constant Field Values

EMAIL

public static final String EMAIL
See Also:
Constant Field Values

USERNAME

public static final String USERNAME
See Also:
Constant Field Values

PASSWORD

public static final String PASSWORD
See Also:
Constant Field Values

CONFIRM_PASSWORD

public static final String CONFIRM_PASSWORD
See Also:
Constant Field Values

OLD_PASSWORD

public static final String OLD_PASSWORD
See Also:
Constant Field Values

NEW_PASSWORD

public static final String NEW_PASSWORD
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2013. All Rights Reserved.