WoofSectionInputModel(String woofSectionInputName,
String parameterType,
String uri,
WoofTemplateOutputToWoofSectionInputModel[] woofTemplateOutput,
WoofSectionOutputToWoofSectionInputModel[] woofSectionOutput,
WoofAccessOutputToWoofSectionInputModel[] woofAccessOutput,
WoofExceptionToWoofSectionInputModel[] woofException,
WoofStartToWoofSectionInputModel[] woofStart)
Convenience constructor.
|
WoofSectionInputModel(String woofSectionInputName,
String parameterType,
String uri,
WoofTemplateOutputToWoofSectionInputModel[] woofTemplateOutput,
WoofSectionOutputToWoofSectionInputModel[] woofSectionOutput,
WoofAccessOutputToWoofSectionInputModel[] woofAccessOutput,
WoofExceptionToWoofSectionInputModel[] woofException,
WoofStartToWoofSectionInputModel[] woofStart,
int x,
int y)
Convenience constructor allowing XY initialising.
|
WoofTemplateOutputModel(String woofTemplateOutputName,
String argumentType,
WoofTemplateOutputToWoofSectionInputModel woofSectionInput,
WoofTemplateOutputToWoofTemplateModel woofTemplate,
WoofTemplateOutputToWoofAccessInputModel woofAccessInput,
WoofTemplateOutputToWoofResourceModel woofResource)
Convenience constructor.
|
WoofTemplateOutputModel(String woofTemplateOutputName,
String argumentType,
WoofTemplateOutputToWoofSectionInputModel woofSectionInput,
WoofTemplateOutputToWoofTemplateModel woofTemplate,
WoofTemplateOutputToWoofAccessInputModel woofAccessInput,
WoofTemplateOutputToWoofResourceModel woofResource,
int x,
int y)
Convenience constructor allowing XY initialising.
|