Package org.javarosa.core.api
Class Constants
java.lang.Object
org.javarosa.core.api.Constants
public class Constants extends Object
This file is a set of constants for the JavaRosa Core platform.
It should contain constants only pertaining to core usage of JavaRosa's core
classes, including Module and Shell return codes, and indexes for the core
context.
- Author:
- Clayton Sims
-
Field Summary
Fields Modifier and Type Field Description static StringACTIVITY_CANCELActivity Return Codesstatic StringACTIVITY_COMPLETEstatic StringACTIVITY_ERRORstatic StringACTIVITY_LAUNCH_KEYReturn arg codesstatic StringACTIVITY_NEEDS_RESOLUTIONstatic StringACTIVITY_SUSPENDstatic StringACTIVITY_TYPE_GET_AUDIOstatic StringACTIVITY_TYPE_GET_IMAGESActivity codesstatic StringPROPERTY_MANAGERstatic StringRETURN_ARG_KEYstatic StringRETURN_ARG_TYPE_DATA_POINTERstatic StringRETURN_ARG_TYPE_DATA_POINTER_LISTstatic StringRETURN_ARG_TYPE_KEYstatic StringTRANSPORT_MANAGERService codesstatic StringUSER_ID_KEYstatic StringUSER_KEY -
Constructor Summary
Constructors Constructor Description Constants() -
Method Summary
-
Field Details
-
ACTIVITY_CANCEL
Activity Return Codes- See Also:
- Constant Field Values
-
ACTIVITY_COMPLETE
- See Also:
- Constant Field Values
-
ACTIVITY_ERROR
- See Also:
- Constant Field Values
-
ACTIVITY_SUSPEND
- See Also:
- Constant Field Values
-
ACTIVITY_NEEDS_RESOLUTION
- See Also:
- Constant Field Values
-
USER_KEY
- See Also:
- Constant Field Values
-
USER_ID_KEY
- See Also:
- Constant Field Values
-
ACTIVITY_LAUNCH_KEY
Return arg codes- See Also:
- Constant Field Values
-
RETURN_ARG_KEY
- See Also:
- Constant Field Values
-
RETURN_ARG_TYPE_KEY
- See Also:
- Constant Field Values
-
RETURN_ARG_TYPE_DATA_POINTER
- See Also:
- Constant Field Values
-
RETURN_ARG_TYPE_DATA_POINTER_LIST
- See Also:
- Constant Field Values
-
ACTIVITY_TYPE_GET_IMAGES
Activity codes- See Also:
- Constant Field Values
-
ACTIVITY_TYPE_GET_AUDIO
- See Also:
- Constant Field Values
-
TRANSPORT_MANAGER
Service codes- See Also:
- Constant Field Values
-
PROPERTY_MANAGER
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Constants
public Constants()
-