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 StringERR_MSG_EMPTYstatic StringERR_MSG_INVALID_BITMASKstatic StringERR_MSG_INVALID_BOOLEANstatic StringERR_MSG_INVALID_COLORstatic StringERR_MSG_INVALID_EXPRESSIONstatic StringERR_MSG_MUST_BE_FILEstatic StringERR_MSG_MUST_BE_NUMBERstatic StringERR_MSG_MUST_BE_STRINGstatic StringERR_MSG_NO_IDENTIFIERstatic StringERR_MSG_NOT_A_STRINGstatic StringERR_MSG_NOT_BOOLEANstatic StringERR_MSG_NOT_BOOLEAN_TYPEstatic StringERR_MSG_NOT_COLORstatic StringERR_MSG_NOT_COLOR_TYPEstatic StringERR_MSG_NOT_CONTAINEDstatic StringERR_MSG_NOT_FILEstatic StringERR_MSG_NOT_NUMBER_TYPEstatic StringERR_MSG_NOT_STRINGARRAYstatic StringERR_MSG_NOT_STRINGARRAY_TYPEstatic StringERR_MSG_PARAM_IN_GROUP_1static StringERR_MSG_PARAM_IN_GROUP_2static StringERR_MSG_UNSUPP_FORMATstatic StringERR_MSG_VALUE_GREATERstatic StringERR_MSG_VALUE_IN_RANGEstatic StringERR_MSG_VALUE_LESSstatic StringLOG_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
-
-