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.SASConstantsCreated by Jeff Gaynor 
 on 8/26/22 at 2:28 PM
- 
- 
Field SummaryFields Modifier and Type Field Description static StringACTION_BUFFER_SAVEstatic StringACTION_GET_HELP_TOPICstatic StringACTION_LIST_FUNCTIONSstatic StringKEY_EDIT_ALIASstatic StringKEY_EDIT_ARG_STATEUsed for either the arg count (functions) or variable type.static StringKEY_EDIT_OBJECT_TYPEstatic intKEY_EDIT_OBJECT_TYPE_BUFFERstatic intKEY_EDIT_OBJECT_TYPE_FILEstatic intKEY_EDIT_OBJECT_TYPE_FUNCTIONstatic intKEY_EDIT_OBJECT_TYPE_VARIABLEstatic StringKEY_FUNCTION_HELPstatic StringKEY_FUNCTION_LISTstatic StringKEY_HELP_EXAMPLEstatic StringRESPONSE_BUFFER_SAVEstatic StringRESPONSE_TYPE_EDITstatic StringRESPONSE_TYPE_GET_HELP_TOPICstatic StringRESPONSE_TYPE_LIST_FUNCTIONS- 
Fields inherited from interface edu.uiuc.ncsa.sas.SASConstantsACTION_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_EDITstatic final String RESPONSE_TYPE_EDIT - See Also:
- Constant Field Values
 
 - 
KEY_EDIT_OBJECT_TYPEstatic final String KEY_EDIT_OBJECT_TYPE - See Also:
- Constant Field Values
 
 - 
KEY_EDIT_OBJECT_TYPE_FILEstatic final int KEY_EDIT_OBJECT_TYPE_FILE - See Also:
- Constant Field Values
 
 - 
KEY_EDIT_OBJECT_TYPE_VARIABLEstatic final int KEY_EDIT_OBJECT_TYPE_VARIABLE - See Also:
- Constant Field Values
 
 - 
KEY_EDIT_OBJECT_TYPE_FUNCTIONstatic final int KEY_EDIT_OBJECT_TYPE_FUNCTION - See Also:
- Constant Field Values
 
 - 
KEY_EDIT_OBJECT_TYPE_BUFFERstatic final int KEY_EDIT_OBJECT_TYPE_BUFFER - See Also:
- Constant Field Values
 
 - 
KEY_EDIT_ALIASstatic final String KEY_EDIT_ALIAS - See Also:
- Constant Field Values
 
 - 
KEY_EDIT_ARG_STATEstatic 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_SAVEstatic final String ACTION_BUFFER_SAVE - See Also:
- Constant Field Values
 
 - 
RESPONSE_BUFFER_SAVEstatic final String RESPONSE_BUFFER_SAVE - See Also:
- Constant Field Values
 
 - 
ACTION_LIST_FUNCTIONSstatic final String ACTION_LIST_FUNCTIONS - See Also:
- Constant Field Values
 
 - 
RESPONSE_TYPE_LIST_FUNCTIONSstatic final String RESPONSE_TYPE_LIST_FUNCTIONS - See Also:
- Constant Field Values
 
 - 
KEY_FUNCTION_LISTstatic final String KEY_FUNCTION_LIST - See Also:
- Constant Field Values
 
 - 
ACTION_GET_HELP_TOPICstatic final String ACTION_GET_HELP_TOPIC - See Also:
- Constant Field Values
 
 - 
RESPONSE_TYPE_GET_HELP_TOPICstatic final String RESPONSE_TYPE_GET_HELP_TOPIC - See Also:
- Constant Field Values
 
 - 
KEY_HELP_EXAMPLEstatic final String KEY_HELP_EXAMPLE - See Also:
- Constant Field Values
 
 - 
KEY_FUNCTION_HELPstatic final String KEY_FUNCTION_HELP - See Also:
- Constant Field Values
 
 
- 
 
-