Package org.esa.snap.core.param
Class ParamConstants
- java.lang.Object
-
- org.esa.snap.core.param.ParamConstants
-
public class ParamConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ERR_MSG_EMPTY
static String
ERR_MSG_INVALID_BITMASK
static String
ERR_MSG_INVALID_BOOLEAN
static String
ERR_MSG_INVALID_COLOR
static String
ERR_MSG_INVALID_EXPRESSION
static String
ERR_MSG_MUST_BE_FILE
static String
ERR_MSG_MUST_BE_NUMBER
static String
ERR_MSG_MUST_BE_STRING
static String
ERR_MSG_NO_IDENTIFIER
static String
ERR_MSG_NOT_A_STRING
static String
ERR_MSG_NOT_BOOLEAN
static String
ERR_MSG_NOT_BOOLEAN_TYPE
static String
ERR_MSG_NOT_COLOR
static String
ERR_MSG_NOT_COLOR_TYPE
static String
ERR_MSG_NOT_CONTAINED
static String
ERR_MSG_NOT_FILE
static String
ERR_MSG_NOT_NUMBER_TYPE
static String
ERR_MSG_NOT_STRINGARRAY
static String
ERR_MSG_NOT_STRINGARRAY_TYPE
static String
ERR_MSG_PARAM_IN_GROUP_1
static String
ERR_MSG_PARAM_IN_GROUP_2
static String
ERR_MSG_UNSUPP_FORMAT
static String
ERR_MSG_VALUE_GREATER
static String
ERR_MSG_VALUE_IN_RANGE
static String
ERR_MSG_VALUE_LESS
static String
LOG_MSG_INVALID_VALUE_SET
-
Constructor Summary
Constructors Constructor Description ParamConstants()
-
-
-
Field Detail
-
LOG_MSG_INVALID_VALUE_SET
public static final String LOG_MSG_INVALID_VALUE_SET
- See Also:
- Constant Field Values
-
ERR_MSG_PARAM_IN_GROUP_1
public static final String ERR_MSG_PARAM_IN_GROUP_1
- See Also:
- Constant Field Values
-
ERR_MSG_PARAM_IN_GROUP_2
public static final String ERR_MSG_PARAM_IN_GROUP_2
- See Also:
- Constant Field Values
-
ERR_MSG_INVALID_BITMASK
public static final String ERR_MSG_INVALID_BITMASK
- See Also:
- Constant Field Values
-
ERR_MSG_INVALID_EXPRESSION
public static final String ERR_MSG_INVALID_EXPRESSION
- See Also:
- Constant Field Values
-
ERR_MSG_INVALID_BOOLEAN
public static final String ERR_MSG_INVALID_BOOLEAN
- See Also:
- Constant Field Values
-
ERR_MSG_NOT_BOOLEAN
public static final String ERR_MSG_NOT_BOOLEAN
- See Also:
- Constant Field Values
-
ERR_MSG_NOT_BOOLEAN_TYPE
public static final String ERR_MSG_NOT_BOOLEAN_TYPE
- See Also:
- Constant Field Values
-
ERR_MSG_INVALID_COLOR
public static final String ERR_MSG_INVALID_COLOR
- See Also:
- Constant Field Values
-
ERR_MSG_NOT_COLOR_TYPE
public static final String ERR_MSG_NOT_COLOR_TYPE
- See Also:
- Constant Field Values
-
ERR_MSG_NOT_COLOR
public static final String ERR_MSG_NOT_COLOR
- See Also:
- Constant Field Values
-
ERR_MSG_NOT_FILE
public static final String ERR_MSG_NOT_FILE
- See Also:
- Constant Field Values
-
ERR_MSG_MUST_BE_FILE
public static final String ERR_MSG_MUST_BE_FILE
- See Also:
- Constant Field Values
-
ERR_MSG_UNSUPP_FORMAT
public static final String ERR_MSG_UNSUPP_FORMAT
- See Also:
- Constant Field Values
-
ERR_MSG_MUST_BE_NUMBER
public static final String ERR_MSG_MUST_BE_NUMBER
- See Also:
- Constant Field Values
-
ERR_MSG_NOT_NUMBER_TYPE
public static final String ERR_MSG_NOT_NUMBER_TYPE
- See Also:
- Constant Field Values
-
ERR_MSG_VALUE_IN_RANGE
public static final String ERR_MSG_VALUE_IN_RANGE
- See Also:
- Constant Field Values
-
ERR_MSG_VALUE_GREATER
public static final String ERR_MSG_VALUE_GREATER
- See Also:
- Constant Field Values
-
ERR_MSG_VALUE_LESS
public static final String ERR_MSG_VALUE_LESS
- See Also:
- Constant Field Values
-
ERR_MSG_NOT_STRINGARRAY
public static final String ERR_MSG_NOT_STRINGARRAY
- See Also:
- Constant Field Values
-
ERR_MSG_NOT_STRINGARRAY_TYPE
public static final String ERR_MSG_NOT_STRINGARRAY_TYPE
- See Also:
- Constant Field Values
-
ERR_MSG_NOT_CONTAINED
public static final String ERR_MSG_NOT_CONTAINED
- See Also:
- Constant Field Values
-
ERR_MSG_EMPTY
public static final String ERR_MSG_EMPTY
- See Also:
- Constant Field Values
-
ERR_MSG_NOT_A_STRING
public static final String ERR_MSG_NOT_A_STRING
- See Also:
- Constant Field Values
-
ERR_MSG_MUST_BE_STRING
public static final String ERR_MSG_MUST_BE_STRING
- See Also:
- Constant Field Values
-
ERR_MSG_NO_IDENTIFIER
public static final String ERR_MSG_NO_IDENTIFIER
- See Also:
- Constant Field Values
-
-