Interface ExternalDataProcessor
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,FieldSource
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ExternalDataProcessorImpl
public interface ExternalDataProcessor extends MdObject, FieldSource
A representation of the model object 'External Data Processor'.The following features are supported:
-
-
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<ContainedObject>
getContainedObjects()
Returns the value of the 'Contained Objects' containment reference list.BasicForm
getDefaultForm()
Returns the value of the 'Default Form' reference.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
getObjectModule()
Returns the value of the 'Object Module' reference.ExternalDataProcessorTypes
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.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
setObjectModule(Module value)
Sets the value of the 'Object Module
' reference.void
setProducedTypes(ExternalDataProcessorTypes 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.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
-
-
-
-
Method Detail
-
getContainedObjects
org.eclipse.emf.common.util.EList<ContainedObject> getContainedObjects()
Returns the value of the 'Contained Objects' containment reference list. The list contents are of typeContainedObject
.- Returns:
- the value of the 'Contained Objects' containment reference list.
- See Also:
MdClassPackage.getExternalDataProcessor_ContainedObjects()
-
getProducedTypes
ExternalDataProcessorTypes getProducedTypes()
Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
setProducedTypes(ExternalDataProcessorTypes)
,MdClassPackage.getExternalDataProcessor_ProducedTypes()
-
setProducedTypes
void setProducedTypes(ExternalDataProcessorTypes value)
Sets the value of the 'Produced Types
' containment reference.- Parameters:
value
- the new value of the 'Produced Types' containment reference.- See Also:
getProducedTypes()
-
getDefaultForm
BasicForm getDefaultForm()
Returns the value of the 'Default Form' reference.- Returns:
- the value of the 'Default Form' reference.
- See Also:
setDefaultForm(BasicForm)
,MdClassPackage.getExternalDataProcessor_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.getExternalDataProcessor_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.getExternalDataProcessor_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()
-
getHelp
Help getHelp()
Returns the value of the 'Help' containment reference.- Returns:
- the value of the 'Help' containment reference.
- See Also:
setHelp(Help)
,MdClassPackage.getExternalDataProcessor_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()
-
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.getExternalDataProcessor_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.getExternalDataProcessor_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.getExternalDataProcessor_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.getExternalDataProcessor_Templates()
-
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.getExternalDataProcessor_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()
-
-