Go to the documentation of this file. 20 package org.matsim.core.config;
25 class ConfigV2XmlNames {
26 private ConfigV2XmlNames() {}
28 public static String CONFIG =
"config";
29 public static String PARAMETER =
"param";
30 public static String PARAMETER_SET =
"parameterset";
31 public static String TYPE =
"type";
32 public static String MODULE =
"module";
33 public static String NAME =
"name";
34 public static String VALUE =
"value";