Package org.esa.snap.core.param
Class ParamConstants
- java.lang.Object
- 
- org.esa.snap.core.param.ParamConstants
 
- 
 public class ParamConstants extends Object 
- 
- 
Field SummaryFields 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 SummaryConstructors Constructor Description ParamConstants()
 
- 
- 
- 
Field Detail- 
LOG_MSG_INVALID_VALUE_SETpublic static final String LOG_MSG_INVALID_VALUE_SET - See Also:
- Constant Field Values
 
 - 
ERR_MSG_PARAM_IN_GROUP_1public static final String ERR_MSG_PARAM_IN_GROUP_1 - See Also:
- Constant Field Values
 
 - 
ERR_MSG_PARAM_IN_GROUP_2public static final String ERR_MSG_PARAM_IN_GROUP_2 - See Also:
- Constant Field Values
 
 - 
ERR_MSG_INVALID_BITMASKpublic static final String ERR_MSG_INVALID_BITMASK - See Also:
- Constant Field Values
 
 - 
ERR_MSG_INVALID_EXPRESSIONpublic static final String ERR_MSG_INVALID_EXPRESSION - See Also:
- Constant Field Values
 
 - 
ERR_MSG_INVALID_BOOLEANpublic static final String ERR_MSG_INVALID_BOOLEAN - See Also:
- Constant Field Values
 
 - 
ERR_MSG_NOT_BOOLEANpublic static final String ERR_MSG_NOT_BOOLEAN - See Also:
- Constant Field Values
 
 - 
ERR_MSG_NOT_BOOLEAN_TYPEpublic static final String ERR_MSG_NOT_BOOLEAN_TYPE - See Also:
- Constant Field Values
 
 - 
ERR_MSG_INVALID_COLORpublic static final String ERR_MSG_INVALID_COLOR - See Also:
- Constant Field Values
 
 - 
ERR_MSG_NOT_COLOR_TYPEpublic static final String ERR_MSG_NOT_COLOR_TYPE - See Also:
- Constant Field Values
 
 - 
ERR_MSG_NOT_COLORpublic static final String ERR_MSG_NOT_COLOR - See Also:
- Constant Field Values
 
 - 
ERR_MSG_NOT_FILEpublic static final String ERR_MSG_NOT_FILE - See Also:
- Constant Field Values
 
 - 
ERR_MSG_MUST_BE_FILEpublic static final String ERR_MSG_MUST_BE_FILE - See Also:
- Constant Field Values
 
 - 
ERR_MSG_UNSUPP_FORMATpublic static final String ERR_MSG_UNSUPP_FORMAT - See Also:
- Constant Field Values
 
 - 
ERR_MSG_MUST_BE_NUMBERpublic static final String ERR_MSG_MUST_BE_NUMBER - See Also:
- Constant Field Values
 
 - 
ERR_MSG_NOT_NUMBER_TYPEpublic static final String ERR_MSG_NOT_NUMBER_TYPE - See Also:
- Constant Field Values
 
 - 
ERR_MSG_VALUE_IN_RANGEpublic static final String ERR_MSG_VALUE_IN_RANGE - See Also:
- Constant Field Values
 
 - 
ERR_MSG_VALUE_GREATERpublic static final String ERR_MSG_VALUE_GREATER - See Also:
- Constant Field Values
 
 - 
ERR_MSG_VALUE_LESSpublic static final String ERR_MSG_VALUE_LESS - See Also:
- Constant Field Values
 
 - 
ERR_MSG_NOT_STRINGARRAYpublic static final String ERR_MSG_NOT_STRINGARRAY - See Also:
- Constant Field Values
 
 - 
ERR_MSG_NOT_STRINGARRAY_TYPEpublic static final String ERR_MSG_NOT_STRINGARRAY_TYPE - See Also:
- Constant Field Values
 
 - 
ERR_MSG_NOT_CONTAINEDpublic static final String ERR_MSG_NOT_CONTAINED - See Also:
- Constant Field Values
 
 - 
ERR_MSG_EMPTYpublic static final String ERR_MSG_EMPTY - See Also:
- Constant Field Values
 
 - 
ERR_MSG_NOT_A_STRINGpublic static final String ERR_MSG_NOT_A_STRING - See Also:
- Constant Field Values
 
 - 
ERR_MSG_MUST_BE_STRINGpublic static final String ERR_MSG_MUST_BE_STRING - See Also:
- Constant Field Values
 
 - 
ERR_MSG_NO_IDENTIFIERpublic static final String ERR_MSG_NO_IDENTIFIER - See Also:
- Constant Field Values
 
 
- 
 
-