Ejemplo n.º 1
0
 public Generator()
 {
     fieldGeneratorCommunicationType  = new CommunicationTypeJSON.HoldingGenerator("field \"CommunicationType\" of the TypeNativeData class", false);
     fieldGeneratorNotUnderstoodWords = new JSONHoldingStringGenerator("field \"NotUnderstoodWords\" of the TypeNativeData class");
     unknownFieldGenerator            = new UnknownFieldGenerator(false);
     set_what("the TypeNativeData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Ejemplo n.º 2
0
 public Generator()
 {
     fieldGeneratorCommunicationType   = new CommunicationTypeJSON.HoldingGenerator("field \"CommunicationType\" of the TypeNativeData class", false);
     fieldGeneratorAutoListen          = new JSONHoldingBooleanGenerator("field \"AutoListen\" of the TypeNativeData class");
     fieldGeneratorNameWithMissingInfo = new JSONHoldingStringGenerator("field \"NameWithMissingInfo\" of the TypeNativeData class");
     unknownFieldGenerator             = new UnknownFieldGenerator(false);
     set_what("the TypeNativeData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }