public Generator()
 {
     fieldGeneratorContact = new OneContactJSON.HoldingGenerator("field \"Contact\" of the ContactAndNumber class", false);
     fieldGeneratorNumber  = new JSONHoldingStringGenerator("field \"Number\" of the ContactAndNumber class");
     set_what("the ContactAndNumber class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Esempio n. 2
0
 public Generator()
 {
     fieldGeneratorGroupName = new JSONHoldingStringGenerator("field \"GroupName\" of the OneContactWithGrouping class");
     fieldGeneratorContact   = new OneContactJSON.HoldingGenerator("field \"Contact\" of the OneContactWithGrouping class", false);
     unknownFieldGenerator   = new UnknownFieldGenerator(false);
     set_what("the OneContactWithGrouping class");
     allow_incomplete = false;
     allow_unpolished = false;
 }