public Generator()
 {
     fieldGeneratorValue     = new FieldHoldingGeneratorValue("field \"Value\" of the IntegerEndpoint class");
     fieldGeneratorInclusive = new JSONHoldingBooleanGenerator("field \"Inclusive\" of the IntegerEndpoint class");
     unknownFieldGenerator   = new UnknownFieldGenerator(false);
     set_what("the IntegerEndpoint class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Esempio n. 2
0
 public Generator()
 {
     fieldGeneratorFormat       = new JSONHoldingStringGenerator("field \"Format\" of the UnitsValue_Wind class");
     fieldGeneratorUnits        = new JSONHoldingStringGenerator("field \"Units\" of the UnitsValue_Wind class");
     fieldGeneratorWrittenUnits = new JSONHoldingStringGenerator("field \"WrittenUnits\" of the UnitsValue_Wind class");
     fieldGeneratorSpokenUnits  = new JSONHoldingStringGenerator("field \"SpokenUnits\" of the UnitsValue_Wind class");
     fieldGeneratorValue        = new FieldHoldingGeneratorValue("field \"Value\" of the UnitsValue_Wind class");
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the UnitsValue_Wind class");
     allow_incomplete = false;
     allow_unpolished = false;
 }