Package zowe.client.sdk.parse
Class ParseConstants
- java.lang.Object
-
- zowe.client.sdk.parse.ParseConstants
-
public final class ParseConstants extends Object
Constants definitions for parse package- Version:
- 4.0
- Author:
- Frank Giordano
-
-
Field Summary
Fields Modifier and Type Field Description static String
DATA_NULL_MSG
Data is a null messagestatic String
IS_PROCESS_RESPONSE_NULL_MSG
isProcessResponse is a null messagestatic String
LIST_OF_ZOS_LOG_ITEM_NULL_MSG
List of ZosLogItem is null messagestatic String
MODE_EMPTY_STR_MSG
Mode not specified messagestatic String
MODE_NULL_STR_MSG
Mode is a null message
-
-
-
Field Detail
-
DATA_NULL_MSG
public static final String DATA_NULL_MSG
Data is a null message- See Also:
- Constant Field Values
-
IS_PROCESS_RESPONSE_NULL_MSG
public static final String IS_PROCESS_RESPONSE_NULL_MSG
isProcessResponse is a null message- See Also:
- Constant Field Values
-
MODE_NULL_STR_MSG
public static final String MODE_NULL_STR_MSG
Mode is a null message- See Also:
- Constant Field Values
-
MODE_EMPTY_STR_MSG
public static final String MODE_EMPTY_STR_MSG
Mode not specified message- See Also:
- Constant Field Values
-
LIST_OF_ZOS_LOG_ITEM_NULL_MSG
public static final String LIST_OF_ZOS_LOG_ITEM_NULL_MSG
List of ZosLogItem is null message- See Also:
- Constant Field Values
-
-