001    //$HeadURL: svn+ssh://rbezema@svn.wald.intevation.org/deegree/base/tags/2.1/src/org/deegree/model/csct/units/resources/ResourceKeys.java $
002    /*
003     * SEAGIS - An OpenSource implementation of OpenGIS specification
004     *          (C) 2001, Institut de Recherche pour le D�veloppement
005     *
006     *          THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT EDIT!
007     *          Generated with: net.seagis.resources.ResourceCompiler
008     */
009    package org.deegree.model.csct.units.resources;
010    
011    
012    /**
013     * Resource keys. This interface is used when compiling sources, but
014     * no dependencies to <code>ResourceKeys</code> should appear in any
015     * resulting class files.  Since Java compiler inline final integers
016     * values, using long identifiers will not bloat constant pools of
017     * classes compiled against the interface, providing that no class
018     * implements this interface.
019     */
020    public interface ResourceKeys
021    {
022        /**
023         * Comment for <code>BAD_UNIT_OPERATION_$2</code>
024         */
025        public static final int BAD_UNIT_OPERATION_$2           =     0;
026        /**
027         * Comment for <code>BAD_UNIT_POWER_$2</code>
028         */
029        public static final int BAD_UNIT_POWER_$2               =     1;
030        /**
031         * Comment for <code>NON_CONVERTIBLE_UNITS_$2</code>
032         */
033        public static final int NON_CONVERTIBLE_UNITS_$2        =     2;
034        /**
035         * Comment for <code>NON_EQUILIBRATED_PARENTHESIS_$2</code>
036         */
037        public static final int NON_EQUILIBRATED_PARENTHESIS_$2 =     3;
038        /**
039         * Comment for <code>NOT_A_NUMBER_$1</code>
040         */
041        public static final int NOT_A_NUMBER_$1                 =     4;
042        /**
043         * Comment for <code>NOT_DIFFERENT_THAN_ZERO_$1</code>
044         */
045        public static final int NOT_DIFFERENT_THAN_ZERO_$1      =     5;
046        /**
047         * Comment for <code>NO_UNIT</code>
048         */
049        public static final int NO_UNIT                         =     6;
050    }