Esempio n. 1
0
 public Generator()
 {
     fieldGeneratorType = new FieldHoldingGeneratorType("field \"Type\" of the CurrencyConversionError class");
     fieldGeneratorCode = new JSONHoldingStringGenerator("field \"Code\" of the CurrencyConversionError class");
     set_what("the CurrencyConversionError class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Esempio n. 2
0
 public Generator()
 {
     fieldGeneratorType       = new FieldHoldingGeneratorType("field \"Type\" of the UnitConversionError class");
     fieldGeneratorInputUnit  = new UnitOfMeasureJSON.HoldingArrayGenerator("field \"InputUnit\" of the UnitConversionError class", false);
     fieldGeneratorOutputUnit = new UnitOfMeasureJSON.HoldingArrayGenerator("field \"OutputUnit\" of the UnitConversionError class", false);
     set_what("the UnitConversionError class");
     allow_incomplete = false;
     allow_unpolished = false;
 }