Skip to content

Package: ModelConstants

ModelConstants

Coverage

1: package basic;
2:
3: /**
4: * UtilityClass for model constants.
5: *
6: * @author Phil
7: *
8: */
9: public final class ModelConstants {
10:         /**
11:          * DefaultConstructor.
12:          */
13:         private ModelConstants() {
14:         }
15:
16:         /**
17:          * String representation for ReferenceIsUnresolvedException.
18:          */
19:         public static final String REFISUNRESEXCEP =
20:                         "A part of the regular expression is unresolved: ";
21:         /**
22:          * String representation for package description.
23:          */
24:         public static final String PACKAGE_DESCRIPTION = "Package description: ";
25:         /**
26:          * String representation for package rule.
27:          */
28:         public static final String PACKAGE_RULE = "Package rule: ";
29:         /**
30:          * String representation for package rule.
31:          */
32:         public static final String PACKAGE = "package: ";
33:         /**
34:          * String representation for package rule.
35:          */
36:         public static final String DEFNOTFOUND_EXCEPTION =
37:                         "Es wurde keine Definition mit diesem Namen gefunden.";
38:         /**
39:          * String for a ErrorMsg.
40:          */
41:         public static final String DEPENTRYNOTFOUND = "DepEntry not found.";
42:         /**
43:          * .
44:          */
45:         public static final int CONFIGCONTEXTHASH = 19546854;
46:
47:         /**
48:          * .
49:          */
50:         public static final int PRUEFCONTEXTHASH = 1694581;
51:
52:         /**
53:          * .
54:          */
55:         public static final int ABSTRACTCONTEXTHASH = 3264595;
56:
57: }