public Main() {
// Explicitly call the superclass constructor to prevent the implicit call
super();
this.initialize();
this.setABooleanDomain(new BooleanDomain(true, BooleanDomain.qq_Resolver.cVALUE));
this.setADateTimeDomain(new DateTimeDomain());
this.getADateTimeDomain().setCurrent();
this.setANotherDate(new DateTimeData());
this.getANotherDate().setCurrent();
this.setADoubleDomain(new DoubleDomain(3.14159, DoubleDomain.qq_Resolver.cVALUE));
this.setADouble(new DoubleData(3.14159));