public Generator() : base(false)
 {
     fieldGeneratorCompactDeviceSpecifier = new HomeAutomationCompactDeviceSpecifierJSON.HoldingGenerator("field \"CompactDeviceSpecifier\" of the HomeAutomationQueryDisambiguateSpecifierCommand class", false);
     fieldGeneratorHint        = new HomeAutomationQueryHintJSON.HoldingGenerator("field \"Hint\" of the HomeAutomationQueryDisambiguateSpecifierCommand class", false);
     fieldGeneratorAmbiguities = new HomeAutomationAmbiguityListJSON.HoldingGenerator("field \"Ambiguities\" of the HomeAutomationQueryDisambiguateSpecifierCommand class", false);
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the HomeAutomationQueryDisambiguateSpecifierCommand class");
 }
 public Generator() : base(false)
 {
     fieldGeneratorDeviceSpecifier = new HomeAutomationDeviceSpecifierJSON.HoldingGenerator("field \"DeviceSpecifier\" of the HomeAutomationQueryCommand class", false);
     fieldGeneratorHint            = new HomeAutomationQueryHintJSON.HoldingGenerator("field \"Hint\" of the HomeAutomationQueryCommand class", false);
     fieldGeneratorQueryResult     = new HomeAutomationActionResultJSON.HoldingGenerator("field \"QueryResult\" of the HomeAutomationQueryCommand class", false);
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the HomeAutomationQueryCommand class");
 }
 public Generator()
 {
     fieldGeneratorCommandKind            = new FieldHoldingGeneratorCommandKind("field \"CommandKind\" of the HomeAutomationConversationStateData class");
     fieldGeneratorCompactDeviceSpecifier = new HomeAutomationCompactDeviceSpecifierJSON.HoldingGenerator("field \"CompactDeviceSpecifier\" of the HomeAutomationConversationStateData class", false);
     fieldGeneratorFilter        = new HomeAutomationQueryHintJSON.HoldingGenerator("field \"Filter\" of the HomeAutomationConversationStateData class", false);
     fieldGeneratorNegativeDelta = new JSONHoldingBooleanGenerator("field \"NegativeDelta\" of the HomeAutomationConversationStateData class");
     fieldGeneratorColor         = new ColorJSON.HoldingGenerator("field \"Color\" of the HomeAutomationConversationStateData class", false);
     fieldGeneratorTurboMode     = new HomeAutomationTurboModeJSON.HoldingGenerator("field \"TurboMode\" of the HomeAutomationConversationStateData class", false);
     fieldGeneratorChannel       = new HomeAutomationTVChannelJSON.HoldingGenerator("field \"Channel\" of the HomeAutomationConversationStateData class", false);
     unknownFieldGenerator       = new UnknownFieldGenerator(false);
     set_what("the HomeAutomationConversationStateData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Esempio n. 4
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;
 }