org.geotools.resources.rsc
Interface ResourceKeys


public interface ResourceKeys

Resource keys. This interface is used when compiling sources, but no dependencies to should appear in any resulting class files. Since Java compiler inlines final integer values, using long identifiers will not bloat constant pools of classes compiled against the interface, provided that no class implements this interface.

See Also:
ResourceBundle, ResourceCompiler

Field Summary
static int ERROR_BAD_LOCALE_$1
           
static int ERROR_BAD_RANGE_$2
           
static int ERROR_BAD_UNIT_OPERATION_$2
           
static int ERROR_BAD_UNIT_POWER_$2
           
static int ERROR_LINE_TOO_LONG_$3
           
static int ERROR_LINE_TOO_SHORT_$2
           
static int ERROR_MISSING_PARAMETER_$1
           
static int ERROR_MISSING_PARAMETER_VALUE_$1
           
static int ERROR_NO_UNIT
           
static int ERROR_NON_CONVERTIBLE_UNITS_$2
           
static int ERROR_NON_EQUILIBRATED_PARENTHESIS_$2
           
static int ERROR_NOT_A_NUMBER_$1
           
static int ERROR_NOT_AN_INTEGER_$1
           
static int ERROR_NOT_COMPARABLE_CLASS_$1
           
static int ERROR_NOT_DIFFERENT_THAN_ZERO_$1
           
static int ERROR_NULL_FORMAT_$2
           
static int ERROR_OPERATION_ALREADY_BOUNDS_$1
           
static int ERROR_PARSE_EXCEPTION_$2
           
static int ERROR_UNKNOW_PARAMETER_$1
           
static int ERROR_UNPARSABLE_NUMBER_$1
           
static int ERROR_UNSUPPORTED_DATA_TYPE_$1
           
static int STATISTICS_TO_STRING_$6
           
 

Field Detail

STATISTICS_TO_STRING_$6

public static final int STATISTICS_TO_STRING_$6
See Also:
Constant Field Values

ERROR_BAD_LOCALE_$1

public static final int ERROR_BAD_LOCALE_$1
See Also:
Constant Field Values

ERROR_BAD_RANGE_$2

public static final int ERROR_BAD_RANGE_$2
See Also:
Constant Field Values

ERROR_BAD_UNIT_OPERATION_$2

public static final int ERROR_BAD_UNIT_OPERATION_$2
See Also:
Constant Field Values

ERROR_BAD_UNIT_POWER_$2

public static final int ERROR_BAD_UNIT_POWER_$2
See Also:
Constant Field Values

ERROR_LINE_TOO_LONG_$3

public static final int ERROR_LINE_TOO_LONG_$3
See Also:
Constant Field Values

ERROR_LINE_TOO_SHORT_$2

public static final int ERROR_LINE_TOO_SHORT_$2
See Also:
Constant Field Values

ERROR_MISSING_PARAMETER_$1

public static final int ERROR_MISSING_PARAMETER_$1
See Also:
Constant Field Values

ERROR_MISSING_PARAMETER_VALUE_$1

public static final int ERROR_MISSING_PARAMETER_VALUE_$1
See Also:
Constant Field Values

ERROR_NON_CONVERTIBLE_UNITS_$2

public static final int ERROR_NON_CONVERTIBLE_UNITS_$2
See Also:
Constant Field Values

ERROR_NON_EQUILIBRATED_PARENTHESIS_$2

public static final int ERROR_NON_EQUILIBRATED_PARENTHESIS_$2
See Also:
Constant Field Values

ERROR_NOT_AN_INTEGER_$1

public static final int ERROR_NOT_AN_INTEGER_$1
See Also:
Constant Field Values

ERROR_NOT_A_NUMBER_$1

public static final int ERROR_NOT_A_NUMBER_$1
See Also:
Constant Field Values

ERROR_NOT_COMPARABLE_CLASS_$1

public static final int ERROR_NOT_COMPARABLE_CLASS_$1
See Also:
Constant Field Values

ERROR_NOT_DIFFERENT_THAN_ZERO_$1

public static final int ERROR_NOT_DIFFERENT_THAN_ZERO_$1
See Also:
Constant Field Values

ERROR_NO_UNIT

public static final int ERROR_NO_UNIT
See Also:
Constant Field Values

ERROR_NULL_FORMAT_$2

public static final int ERROR_NULL_FORMAT_$2
See Also:
Constant Field Values

ERROR_OPERATION_ALREADY_BOUNDS_$1

public static final int ERROR_OPERATION_ALREADY_BOUNDS_$1
See Also:
Constant Field Values

ERROR_PARSE_EXCEPTION_$2

public static final int ERROR_PARSE_EXCEPTION_$2
See Also:
Constant Field Values

ERROR_UNKNOW_PARAMETER_$1

public static final int ERROR_UNKNOW_PARAMETER_$1
See Also:
Constant Field Values

ERROR_UNPARSABLE_NUMBER_$1

public static final int ERROR_UNPARSABLE_NUMBER_$1
See Also:
Constant Field Values

ERROR_UNSUPPORTED_DATA_TYPE_$1

public static final int ERROR_UNSUPPORTED_DATA_TYPE_$1
See Also:
Constant Field Values


Copyright © GeoTools. All Rights Reserved.