public Generator()
 {
     fieldGeneratorSpecifier = new HomeAutomationSpecifierJSON.HoldingGenerator("field \"Specifier\" of the HomeAutomationDeviceSpecifier class", false);
     fieldGeneratorGroups    = new HomeAutomationGroupListJSON.HoldingGenerator("field \"Groups\" of the HomeAutomationDeviceSpecifier class", false);
     fieldGeneratorType      = new HomeAutomationDeviceTypeJSON.HoldingGenerator("field \"Type\" of the HomeAutomationDeviceSpecifier class", false);
     fieldGeneratorDevices   = new HomeAutomationDeviceListJSON.HoldingGenerator("field \"Devices\" of the HomeAutomationDeviceSpecifier class", false);
     unknownFieldGenerator   = new UnknownFieldGenerator(false);
     set_what("the HomeAutomationDeviceSpecifier class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #2
0
 public Generator()
 {
     fieldGeneratorSpecifier           = new HomeAutomationSpecifierJSON.HoldingGenerator("field \"Specifier\" of the HomeAutomationCompactDeviceSpecifier class", false);
     fieldGeneratorGroupItems          = new HomeAutomationGroupParsingItemJSON.HoldingArrayGenerator("field \"GroupItems\" of the HomeAutomationCompactDeviceSpecifier class", false);
     fieldGeneratorDeviceItems         = new HomeAutomationDeviceParsingItemJSON.HoldingArrayGenerator("field \"DeviceItems\" of the HomeAutomationCompactDeviceSpecifier class", false);
     fieldGeneratorExcludedGroupItems  = new HomeAutomationGroupParsingItemJSON.HoldingArrayGenerator("field \"ExcludedGroupItems\" of the HomeAutomationCompactDeviceSpecifier class", false);
     fieldGeneratorExcludedDeviceItems = new HomeAutomationDeviceParsingItemJSON.HoldingArrayGenerator("field \"ExcludedDeviceItems\" of the HomeAutomationCompactDeviceSpecifier class", false);
     fieldGeneratorType = new HomeAutomationDeviceTypeJSON.HoldingGenerator("field \"Type\" of the HomeAutomationCompactDeviceSpecifier class", false);
     fieldGeneratorHint = new HomeAutomationQueryHintJSON.HoldingGenerator("field \"Hint\" of the HomeAutomationCompactDeviceSpecifier class", false);
     fieldGeneratorUnambiguousGroups  = new HomeAutomationGroupListJSON.HoldingGenerator("field \"UnambiguousGroups\" of the HomeAutomationCompactDeviceSpecifier class", false);
     fieldGeneratorUnambiguousDevices = new HomeAutomationDeviceListJSON.HoldingGenerator("field \"UnambiguousDevices\" of the HomeAutomationCompactDeviceSpecifier class", false);
     unknownFieldGenerator            = new UnknownFieldGenerator(false);
     set_what("the HomeAutomationCompactDeviceSpecifier class");
     allow_incomplete = false;
     allow_unpolished = false;
 }