Exemplo n.º 1
0
 public Generator()
 {
     fieldGeneratorValue   = new JSONHoldingNumberTextGenerator("field \"Value\" of the TypeTimePoint class");
     fieldGeneratorUnit    = new FieldHoldingGeneratorUnit("field \"Unit\" of the TypeTimePoint class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the TypeTimePoint class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator()
 {
     fieldGeneratorTemperature = new JSONHoldingNumberTextGenerator("field \"Temperature\" of the HomeAutomationTemperature class");
     fieldGeneratorUnit        = new FieldHoldingGeneratorUnit("field \"Unit\" of the HomeAutomationTemperature class");
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the HomeAutomationTemperature class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator(bool ignore_extras)
 {
     fieldGeneratorValue   = new JSONHoldingNumberTextGenerator("field \"Value\" of the TypeAmortizationPeriod class");
     fieldGeneratorUnit    = new FieldHoldingGeneratorUnit("field \"Unit\" of the TypeAmortizationPeriod class");
     unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras);
     set_what("the TypeAmortizationPeriod class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator()
 {
     fieldGeneratorFormat  = new FieldHoldingGeneratorFormat("field \"Format\" of the FlightTimeFormat class");
     fieldGeneratorUnit    = new FieldHoldingGeneratorUnit("field \"Unit\" of the FlightTimeFormat class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the FlightTimeFormat class");
     allow_incomplete = false;
     allow_unpolished = false;
 }