Пример #1
0
 public Generator()
 {
     fieldGeneratorCommandKind    = new FieldHoldingGeneratorCommandKind("field \"CommandKind\" of the CarControlWindowIntoModeState class");
     fieldGeneratorProposedAction = new FieldHoldingGeneratorProposedAction("field \"ProposedAction\" of the CarControlWindowIntoModeState class");
     unknownFieldGenerator        = new UnknownFieldGenerator(false);
     set_what("the CarControlWindowIntoModeState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #2
0
 public Generator(bool ignore_extras)
 {
     fieldGeneratorCommandKind    = new FieldHoldingGeneratorCommandKind("field \"CommandKind\" of the CarControlClimateModeNotUnderstoodState class");
     fieldGeneratorProposedAction = new FieldHoldingGeneratorProposedAction("field \"ProposedAction\" of the CarControlClimateModeNotUnderstoodState class");
     unknownFieldGenerator        = new UnknownFieldGenerator(ignore_extras);
     set_what("the CarControlClimateModeNotUnderstoodState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #3
0
 public Generator()
 {
     fieldGeneratorCommandKind = new FieldHoldingGeneratorCommandKind("field \"CommandKind\" of the ClientControlQueryState class");
     fieldGeneratorClientControlCommandKind = new FieldHoldingGeneratorClientControlCommandKind("field \"ClientControlCommandKind\" of the ClientControlQueryState class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the ClientControlQueryState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #4
0
 public Generator()
 {
     fieldGeneratorCommandKind     = new FieldHoldingGeneratorCommandKind("field \"CommandKind\" of the CarControlWindowConversationState class");
     fieldGeneratorCommandType     = new FieldHoldingGeneratorCommandType("field \"CommandType\" of the CarControlWindowConversationState class");
     fieldGeneratorWindowSelection = new CarWindowSelectionJSON.HoldingGenerator("field \"WindowSelection\" of the CarControlWindowConversationState class", false);
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the CarControlWindowConversationState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #5
0
 public Generator(bool ignore_extras)
 {
     fieldGeneratorCommandKind     = new FieldHoldingGeneratorCommandKind("field \"CommandKind\" of the CarControlMirrorState class");
     fieldGeneratorCommandType     = new FieldHoldingGeneratorCommandType("field \"CommandType\" of the CarControlMirrorState class");
     fieldGeneratorMirrorSelection = new CarMirrorSelectionEnumJSON.HoldingGenerator("field \"MirrorSelection\" of the CarControlMirrorState class", ignore_extras);
     unknownFieldGenerator         = new UnknownFieldGenerator(ignore_extras);
     set_what("the CarControlMirrorState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 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;
 }
Пример #7
0
 public Generator() : base(false)
 {
     fieldGeneratorCommandKind = new FieldHoldingGeneratorCommandKind("field \"CommandKind\" of the GuessThatLyricConversationStateElement class");
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the GuessThatLyricConversationStateElement class");
 }
Пример #8
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorCommandKind = new FieldHoldingGeneratorCommandKind("field \"CommandKind\" of the GuessThatLyricConversationStateElement class");
     unknownFieldGenerator     = new UnknownFieldGenerator(ignore_extras);
     set_what("the GuessThatLyricConversationStateElement class");
 }