Package org.qdl_lang.sas
Interface QDLSASConstants
-
- All Superinterfaces:
edu.uiuc.ncsa.sas.SASConstants
- All Known Implementing Classes:
BufferSaveAction
,BufferSaveResponse
,EditResponse
,GetHelpTopicAction
,GetHelpTopicResponse
,ListFunctionsAction
,ListFunctionsResponse
,QDLExe
,QDLSASActionDeserializer
,QDLSASResponseDeserializer
,QDLSASTerminal
public interface QDLSASConstants extends edu.uiuc.ncsa.sas.SASConstants
Created by Jeff Gaynor
on 8/26/22 at 2:28 PM
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_BUFFER_SAVE
static String
ACTION_GET_HELP_TOPIC
static String
ACTION_LIST_FUNCTIONS
static String
KEY_EDIT_ALIAS
static String
KEY_EDIT_ARG_STATE
Used for either the arg count (functions) or variable type.static String
KEY_EDIT_OBJECT_TYPE
static int
KEY_EDIT_OBJECT_TYPE_BUFFER
static int
KEY_EDIT_OBJECT_TYPE_FILE
static int
KEY_EDIT_OBJECT_TYPE_FUNCTION
static int
KEY_EDIT_OBJECT_TYPE_VARIABLE
static String
KEY_FUNCTION_HELP
static String
KEY_FUNCTION_LIST
static String
KEY_HELP_EXAMPLE
static String
RESPONSE_BUFFER_SAVE
static String
RESPONSE_TYPE_EDIT
static String
RESPONSE_TYPE_GET_HELP_TOPIC
static String
RESPONSE_TYPE_LIST_FUNCTIONS
-
Fields inherited from interface edu.uiuc.ncsa.sas.SASConstants
ACTION_EXECUTE, ACTION_INVOKE, ACTION_LOGOFF, ACTION_LOGON, ACTION_NEW_KEY, CLIENT_ID_HEAD, HEADER_SESSION_ID, KEYS_ACTION, KEYS_ARGUMENT, KEYS_COMMENT, KEYS_EXECUTABLE_NAME, KEYS_INTERNAL_ID, KEYS_METHOD, KEYS_PROMPT, KEYS_SAS, KEYS_STATE, KEYS_SUBJECT, KEYS_SUBJECT_ID, KEYS_SUBJECT_SESSION_ID, KEYS_TYPE, REQUEST_TYPE, RESPONSE_CONTENT, RESPONSE_MESSAGE, RESPONSE_PROMPT, RESPONSE_SESSION_ID, RESPONSE_STATUS, RESPONSE_STATUS_ERROR, RESPONSE_STATUS_OK, RESPONSE_SYMMETRIC_KEY, RESPONSE_TYPE, RESPONSE_TYPE_ERROR, RESPONSE_TYPE_LOGOFF, RESPONSE_TYPE_LOGON, RESPONSE_TYPE_NEW_KEY, RESPONSE_TYPE_OUTPUT, RESPONSE_TYPE_PROMPT
-
-
-
-
Field Detail
-
RESPONSE_TYPE_EDIT
static final String RESPONSE_TYPE_EDIT
- See Also:
- Constant Field Values
-
KEY_EDIT_OBJECT_TYPE
static final String KEY_EDIT_OBJECT_TYPE
- See Also:
- Constant Field Values
-
KEY_EDIT_OBJECT_TYPE_FILE
static final int KEY_EDIT_OBJECT_TYPE_FILE
- See Also:
- Constant Field Values
-
KEY_EDIT_OBJECT_TYPE_VARIABLE
static final int KEY_EDIT_OBJECT_TYPE_VARIABLE
- See Also:
- Constant Field Values
-
KEY_EDIT_OBJECT_TYPE_FUNCTION
static final int KEY_EDIT_OBJECT_TYPE_FUNCTION
- See Also:
- Constant Field Values
-
KEY_EDIT_OBJECT_TYPE_BUFFER
static final int KEY_EDIT_OBJECT_TYPE_BUFFER
- See Also:
- Constant Field Values
-
KEY_EDIT_ALIAS
static final String KEY_EDIT_ALIAS
- See Also:
- Constant Field Values
-
KEY_EDIT_ARG_STATE
static final String KEY_EDIT_ARG_STATE
Used for either the arg count (functions) or variable type. Ignored for files and buffers- See Also:
- Constant Field Values
-
ACTION_BUFFER_SAVE
static final String ACTION_BUFFER_SAVE
- See Also:
- Constant Field Values
-
RESPONSE_BUFFER_SAVE
static final String RESPONSE_BUFFER_SAVE
- See Also:
- Constant Field Values
-
ACTION_LIST_FUNCTIONS
static final String ACTION_LIST_FUNCTIONS
- See Also:
- Constant Field Values
-
RESPONSE_TYPE_LIST_FUNCTIONS
static final String RESPONSE_TYPE_LIST_FUNCTIONS
- See Also:
- Constant Field Values
-
KEY_FUNCTION_LIST
static final String KEY_FUNCTION_LIST
- See Also:
- Constant Field Values
-
ACTION_GET_HELP_TOPIC
static final String ACTION_GET_HELP_TOPIC
- See Also:
- Constant Field Values
-
RESPONSE_TYPE_GET_HELP_TOPIC
static final String RESPONSE_TYPE_GET_HELP_TOPIC
- See Also:
- Constant Field Values
-
KEY_HELP_EXAMPLE
static final String KEY_HELP_EXAMPLE
- See Also:
- Constant Field Values
-
KEY_FUNCTION_HELP
static final String KEY_FUNCTION_HELP
- See Also:
- Constant Field Values
-
-