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 CommandGroup
getCommandGroup()
Get command groupModule
getCommandModule()
Get command moduleParser.TextPosition
getCommandModulePosition()
Get command module positionParser.TextPosition
getCommandModuleProcedurePosition()
Get command module procedure positionString
getCommandName()
Get command nameBoolean
getIsCustomQuery()
Is custom queryParser.TextPosition
getManagerModulePosition()
Get manager module positionString
getQuery()
Get queryList<PrintWizardParser.TablesSelectFields>
getSelectFields()
Get select fieldsString
getTemplateName()
Get template nameboolean
isOnlyTablePreview()
Is only table previewboolean
isProtect()
Is protectboolean
isSaveParameters()
Is save parametersboolean
isWithoutPreview()
Is wthout previewvoid
setCommandGroup(CommandGroup commandGroup)
Get command groupvoid
setCommandModule(Module commandModule)
Set command modulevoid
setCommandModulePosition(Parser.TextPosition commandModulePosition)
Set command module positionvoid
setCommandModuleProcedurePosition(Parser.TextPosition commandModuleProcedurePosition)
Set command module procedure positionvoid
setCommandName(String commandName)
Set command namevoid
setIsCustomQuery(Boolean isCustomQuery)
Set custom queryvoid
setManagerModulePosition(Parser.TextPosition managerModulePosition)
Set manager module positionvoid
setOnlyTablePreview(boolean isOnlyTablePreview)
Set only table previewvoid
setProtect(boolean isProtect)
Set protectvoid
setQuery(String query)
Set queryvoid
setSaveParameters(boolean isSaveParameters)
Set save parametersvoid
setSelectFields(List<PrintWizardParser.TablesSelectFields> selectFields)
Set select fieldsvoid
setTemplateName(String templateName)
Set template namevoid
setWithoutPreview(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
-
-