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));
this.setAImageDomain(new ImageDomain());
this.getAImageDomain().setValue(ImageValue.get(this.getqq_aPicture()));
this.setAIntegerDomain(new IntegerDomain(42, IntegerDomain.qq_Resolver.cVALUE));
this.setAInteger(new IntegerData(43));