
Package Functions | |
| ConfigurationVariableMap () | |
| Initializes the map from the properties file: ConfigurationVariables.properties. | |
Static Package Functions | |
| static ConfigurationVariable | get (short rep) throws java.lang.ClassNotFoundException |
| static short | getRep (String className) throws MissingResourceException |
Private Member Functions | |
| void | add (Short rep, String var) |
Private Attributes | |
| HashMap | hashMap1 = new HashMap() |
| A map from Shorts to class names. | |
| HashMap | hashMap2 = new HashMap() |
| A map from class names to Shorts. | |
Static Private Attributes | |
| static ConfigurationVariableMap | map = new ConfigurationVariableMap() |
Definition at line 111 of file ConfigurationVariable.java.
1.4.6