Package com._1c.g5.v8.dt.pw.ui.builders
Class PrintWizardParser.ParseResult
- java.lang.Object
-
- com._1c.g5.v8.dt.pw.ui.builders.PrintWizardParser.ParseResult
-
- Enclosing class:
- PrintWizardParser
public static class PrintWizardParser.ParseResult extends Object
Parse result, got from parser
-
-
Constructor Summary
Constructors Constructor Description ParseResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandGroupgetCommandGroup()Get command groupModulegetCommandModule()Get command moduleParser.TextPositiongetCommandModulePosition()Get command module positionParser.TextPositiongetCommandModuleProcedurePosition()Get command module procedure positionStringgetCommandName()Get command nameBooleangetIsCustomQuery()Is custom queryParser.TextPositiongetManagerModulePosition()Get manager module positionStringgetQuery()Get queryList<PrintWizardParser.TablesSelectFields>getSelectFields()Get select fieldsStringgetTemplateName()Get template namebooleanisOnlyTablePreview()Is only table previewbooleanisProtect()Is protectbooleanisSaveParameters()Is save parametersbooleanisWithoutPreview()Is wthout previewvoidsetCommandGroup(CommandGroup commandGroup)Get command groupvoidsetCommandModule(Module commandModule)Set command modulevoidsetCommandModulePosition(Parser.TextPosition commandModulePosition)Set command module positionvoidsetCommandModuleProcedurePosition(Parser.TextPosition commandModuleProcedurePosition)Set command module procedure positionvoidsetCommandName(String commandName)Set command namevoidsetIsCustomQuery(Boolean isCustomQuery)Set custom queryvoidsetManagerModulePosition(Parser.TextPosition managerModulePosition)Set manager module positionvoidsetOnlyTablePreview(boolean isOnlyTablePreview)Set only table previewvoidsetProtect(boolean isProtect)Set protectvoidsetQuery(String query)Set queryvoidsetSaveParameters(boolean isSaveParameters)Set save parametersvoidsetSelectFields(List<PrintWizardParser.TablesSelectFields> selectFields)Set select fieldsvoidsetTemplateName(String templateName)Set template namevoidsetWithoutPreview(boolean isWithoutPreview)Set wthout preview
-
-
-
Method Detail
-
getCommandName
public String getCommandName()
Get command name- Returns:
- the commandName
-
setCommandName
public void setCommandName(String commandName)
Set command name- Parameters:
commandName- the commandName to set
-
getTemplateName
public String getTemplateName()
Get template name- Returns:
- the templateName
-
setTemplateName
public void setTemplateName(String templateName)
Set template name- Parameters:
templateName- the templateName to set
-
getQuery
public String getQuery()
Get query- Returns:
- the query
-
setQuery
public void setQuery(String query)
Set query- Parameters:
query- the query to set
-
isWithoutPreview
public boolean isWithoutPreview()
Is wthout preview- Returns:
- the isWithoutPreview
-
setWithoutPreview
public void setWithoutPreview(boolean isWithoutPreview)
Set wthout preview- Parameters:
isWithoutPreview- the isWithoutPreview to set
-
isProtect
public boolean isProtect()
Is protect- Returns:
- the isProtect
-
setProtect
public void setProtect(boolean isProtect)
Set protect- Parameters:
isProtect- the isProtect to set
-
isOnlyTablePreview
public boolean isOnlyTablePreview()
Is only table preview- Returns:
- the isOnlyTablePreview
-
setOnlyTablePreview
public void setOnlyTablePreview(boolean isOnlyTablePreview)
Set only table preview- Parameters:
isOnlyTablePreview- the isOnlyTablePreview to set
-
isSaveParameters
public boolean isSaveParameters()
Is save parameters- Returns:
- the isSaveParameters
-
setSaveParameters
public void setSaveParameters(boolean isSaveParameters)
Set save parameters- Parameters:
isSaveParameters- the isSaveParameters to set
-
getCommandModule
public Module getCommandModule()
Get command module- Returns:
- the commandModule
-
setCommandModule
public void setCommandModule(Module commandModule)
Set command module- Parameters:
commandModule- the commandModule to set
-
getCommandModulePosition
public Parser.TextPosition getCommandModulePosition()
Get command module position- Returns:
- the commandModulePosition
-
setCommandModulePosition
public void setCommandModulePosition(Parser.TextPosition commandModulePosition)
Set command module position- Parameters:
commandModulePosition- the commandModulePosition to set
-
getCommandModuleProcedurePosition
public Parser.TextPosition getCommandModuleProcedurePosition()
Get command module procedure position- Returns:
- the commandModuleProcedurePosition
-
setCommandModuleProcedurePosition
public void setCommandModuleProcedurePosition(Parser.TextPosition commandModuleProcedurePosition)
Set command module procedure position- Parameters:
commandModuleProcedurePosition- the commandModuleProcedurePosition to set
-
getManagerModulePosition
public Parser.TextPosition getManagerModulePosition()
Get manager module position- Returns:
- the managerModulePosition
-
setManagerModulePosition
public void setManagerModulePosition(Parser.TextPosition managerModulePosition)
Set manager module position- Parameters:
managerModulePosition- the managerModulePosition to set
-
getCommandGroup
public CommandGroup getCommandGroup()
Get command group- Returns:
- the commandGroup
-
setCommandGroup
public void setCommandGroup(CommandGroup commandGroup)
Get command group- Parameters:
commandGroup- the commandGroup to set
-
getIsCustomQuery
public Boolean getIsCustomQuery()
Is custom query- Returns:
- the isCustomQuery
-
setIsCustomQuery
public void setIsCustomQuery(Boolean isCustomQuery)
Set custom query- Parameters:
isCustomQuery- the isCustomQuery to set
-
getSelectFields
public List<PrintWizardParser.TablesSelectFields> getSelectFields()
Get select fields- Returns:
- the selectFields
-
setSelectFields
public void setSelectFields(List<PrintWizardParser.TablesSelectFields> selectFields)
Set select fields- Parameters:
selectFields- the selectFields to set
-
-