If you are using the included XML noise configuration system, Constant modules can be declared as
<constant value="value" />
64656667686970
*/ public Constant createModule () throws BuilderException { if (!valueSet) throw new BuilderException ("No noise value for constant module."); return new Constant (value); }