com.dyuproject.demos.todolist
Class Constants
java.lang.Object
com.dyuproject.demos.todolist.Constants
public class Constants
- extends Object
- Author:
- David Yu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Constants
public Constants()
Copyright © 2013. All Rights Reserved.