Interface DataProcessor
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,FieldSource
,MdObject
,org.eclipse.emf.common.notify.Notifier
,StandardCommandSource
- All Known Implementing Classes:
DataProcessorImpl
public interface DataProcessor extends MdObject, FieldSource, StandardCommandSource
A representation of the model object 'Data Processor'.The following features are supported:
- See Also:
MdClassPackage.getDataProcessor()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<DataProcessorAttribute>
getAttributes()
Returns the value of the 'Attributes' containment reference list.BasicForm
getAuxiliaryForm()
Returns the value of the 'Auxiliary Form' reference.org.eclipse.emf.common.util.EList<DataProcessorCommand>
getCommands()
Returns the value of the 'Commands' containment reference list.BasicForm
getDefaultForm()
Returns the value of the 'Default Form' reference.org.eclipse.emf.common.util.EMap<String,String>
getExplanation()
Returns the value of the 'Explanation' map.org.eclipse.emf.common.util.EMap<String,String>
getExtendedPresentation()
Returns the value of the 'Extended Presentation' map.org.eclipse.emf.common.util.EList<DataProcessorForm>
getForms()
Returns the value of the 'Forms' containment reference list.Help
getHelp()
Returns the value of the 'Help' containment reference.Module
getManagerModule()
Returns the value of the 'Manager Module' reference.Module
getObjectModule()
Returns the value of the 'Object Module' reference.DataProcessorTypes
getProducedTypes()
Returns the value of the 'Produced Types' containment reference.org.eclipse.emf.ecore.EObject
getSuppressObject()
Returns the value of the 'Suppress Object' reference.org.eclipse.emf.common.util.EList<DataProcessorTabularSection>
getTabularSections()
Returns the value of the 'Tabular Sections' containment reference list.org.eclipse.emf.common.util.EList<Template>
getTemplates()
Returns the value of the 'Templates' containment reference list.boolean
isIncludeHelpInContents()
Returns the value of the 'Include Help In Contents' attribute.boolean
isUseStandardCommands()
Returns the value of the 'Use Standard Commands' attribute.void
setAuxiliaryForm(BasicForm value)
Sets the value of the 'Auxiliary Form
' reference.void
setDefaultForm(BasicForm value)
Sets the value of the 'Default Form
' reference.void
setHelp(Help value)
Sets the value of the 'Help
' containment reference.void
setIncludeHelpInContents(boolean value)
Sets the value of the 'Include Help In Contents
' attribute.void
setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
setObjectModule(Module value)
Sets the value of the 'Object Module
' reference.void
setProducedTypes(DataProcessorTypes value)
Sets the value of the 'Produced Types
' containment reference.void
setSuppressObject(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Suppress Object
' reference.void
setUseStandardCommands(boolean value)
Sets the value of the 'Use Standard Commands
' attribute.boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.dt.mcore.FieldSource
getFields, getRefFieldSources
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.StandardCommandSource
getStandardCommands
-
-
-
-
Method Detail
-
getProducedTypes
DataProcessorTypes getProducedTypes()
Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
setProducedTypes(DataProcessorTypes)
,MdClassPackage.getDataProcessor_ProducedTypes()
-
setProducedTypes
void setProducedTypes(DataProcessorTypes value)
Sets the value of the 'Produced Types
' containment reference.- Parameters:
value
- the new value of the 'Produced Types' containment reference.- See Also:
getProducedTypes()
-
isUseStandardCommands
boolean isUseStandardCommands()
Returns the value of the 'Use Standard Commands' attribute.- Returns:
- the value of the 'Use Standard Commands' attribute.
- See Also:
setUseStandardCommands(boolean)
,MdClassPackage.getDataProcessor_UseStandardCommands()
-
setUseStandardCommands
void setUseStandardCommands(boolean value)
Sets the value of the 'Use Standard Commands
' attribute.- Parameters:
value
- the new value of the 'Use Standard Commands' attribute.- See Also:
isUseStandardCommands()
-
getDefaultForm
BasicForm getDefaultForm()
Returns the value of the 'Default Form' reference.- Returns:
- the value of the 'Default Form' reference.
- See Also:
setDefaultForm(BasicForm)
,MdClassPackage.getDataProcessor_DefaultForm()
-
setDefaultForm
void setDefaultForm(BasicForm value)
Sets the value of the 'Default Form
' reference.- Parameters:
value
- the new value of the 'Default Form' reference.- See Also:
getDefaultForm()
-
getAuxiliaryForm
BasicForm getAuxiliaryForm()
Returns the value of the 'Auxiliary Form' reference.- Returns:
- the value of the 'Auxiliary Form' reference.
- See Also:
setAuxiliaryForm(BasicForm)
,MdClassPackage.getDataProcessor_AuxiliaryForm()
-
setAuxiliaryForm
void setAuxiliaryForm(BasicForm value)
Sets the value of the 'Auxiliary Form
' reference.- Parameters:
value
- the new value of the 'Auxiliary Form' reference.- See Also:
getAuxiliaryForm()
-
getObjectModule
Module getObjectModule()
Returns the value of the 'Object Module' reference.- Returns:
- the value of the 'Object Module' reference.
- See Also:
setObjectModule(com._1c.g5.v8.dt.bsl.model.Module)
,MdClassPackage.getDataProcessor_ObjectModule()
-
setObjectModule
void setObjectModule(Module value)
Sets the value of the 'Object Module
' reference.- Parameters:
value
- the new value of the 'Object Module' reference.- See Also:
getObjectModule()
-
getManagerModule
Module getManagerModule()
Returns the value of the 'Manager Module' reference.- Returns:
- the value of the 'Manager Module' reference.
- See Also:
setManagerModule(com._1c.g5.v8.dt.bsl.model.Module)
,MdClassPackage.getDataProcessor_ManagerModule()
-
setManagerModule
void setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.- Parameters:
value
- the new value of the 'Manager Module' reference.- See Also:
getManagerModule()
-
isIncludeHelpInContents
boolean isIncludeHelpInContents()
Returns the value of the 'Include Help In Contents' attribute.- Returns:
- the value of the 'Include Help In Contents' attribute.
- See Also:
setIncludeHelpInContents(boolean)
,MdClassPackage.getDataProcessor_IncludeHelpInContents()
-
setIncludeHelpInContents
void setIncludeHelpInContents(boolean value)
Sets the value of the 'Include Help In Contents
' attribute.- Parameters:
value
- the new value of the 'Include Help In Contents' attribute.- See Also:
isIncludeHelpInContents()
-
getHelp
Help getHelp()
Returns the value of the 'Help' containment reference.- Returns:
- the value of the 'Help' containment reference.
- See Also:
setHelp(Help)
,MdClassPackage.getDataProcessor_Help()
-
setHelp
void setHelp(Help value)
Sets the value of the 'Help
' containment reference.- Parameters:
value
- the new value of the 'Help' containment reference.- See Also:
getHelp()
-
getExtendedPresentation
org.eclipse.emf.common.util.EMap<String,String> getExtendedPresentation()
Returns the value of the 'Extended Presentation' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Extended Presentation' map.
- See Also:
MdClassPackage.getDataProcessor_ExtendedPresentation()
-
getExplanation
org.eclipse.emf.common.util.EMap<String,String> getExplanation()
Returns the value of the 'Explanation' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Explanation' map.
- See Also:
MdClassPackage.getDataProcessor_Explanation()
-
getAttributes
org.eclipse.emf.common.util.EList<DataProcessorAttribute> getAttributes()
Returns the value of the 'Attributes' containment reference list. The list contents are of typeDataProcessorAttribute
.- Returns:
- the value of the 'Attributes' containment reference list.
- See Also:
MdClassPackage.getDataProcessor_Attributes()
-
getTabularSections
org.eclipse.emf.common.util.EList<DataProcessorTabularSection> getTabularSections()
Returns the value of the 'Tabular Sections' containment reference list. The list contents are of typeDataProcessorTabularSection
.- Returns:
- the value of the 'Tabular Sections' containment reference list.
- See Also:
MdClassPackage.getDataProcessor_TabularSections()
-
getForms
org.eclipse.emf.common.util.EList<DataProcessorForm> getForms()
Returns the value of the 'Forms' containment reference list. The list contents are of typeDataProcessorForm
.- Returns:
- the value of the 'Forms' containment reference list.
- See Also:
MdClassPackage.getDataProcessor_Forms()
-
getTemplates
org.eclipse.emf.common.util.EList<Template> getTemplates()
Returns the value of the 'Templates' containment reference list. The list contents are of typeTemplate
.- Returns:
- the value of the 'Templates' containment reference list.
- See Also:
MdClassPackage.getDataProcessor_Templates()
-
getCommands
org.eclipse.emf.common.util.EList<DataProcessorCommand> getCommands()
Returns the value of the 'Commands' containment reference list. The list contents are of typeDataProcessorCommand
.- Returns:
- the value of the 'Commands' containment reference list.
- See Also:
MdClassPackage.getDataProcessor_Commands()
-
getSuppressObject
org.eclipse.emf.ecore.EObject getSuppressObject()
Returns the value of the 'Suppress Object' reference.- Returns:
- the value of the 'Suppress Object' reference.
- See Also:
setSuppressObject(EObject)
,MdClassPackage.getDataProcessor_SuppressObject()
-
setSuppressObject
void setSuppressObject(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Suppress Object
' reference.- Parameters:
value
- the new value of the 'Suppress Object' reference.- See Also:
getSuppressObject()
-
-