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 SummaryAll 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.BasicFormgetAuxiliaryForm()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.BasicFormgetDefaultForm()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.HelpgetHelp()Returns the value of the 'Help' containment reference.ModulegetObjectModule()Returns the value of the 'Object Module' reference.ExternalDataProcessorTypesgetProducedTypes()Returns the value of the 'Produced Types' containment reference.org.eclipse.emf.ecore.EObjectgetSuppressObject()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.voidsetAuxiliaryForm(BasicForm value)Sets the value of the 'Auxiliary Form' reference.voidsetDefaultForm(BasicForm value)Sets the value of the 'Default Form' reference.voidsetHelp(Help value)Sets the value of the 'Help' containment reference.voidsetObjectModule(Module value)Sets the value of the 'Object Module' reference.voidsetProducedTypes(ExternalDataProcessorTypes value)Sets the value of the 'Produced Types' containment reference.voidsetSuppressObject(org.eclipse.emf.ecore.EObject value)Sets the value of the 'Suppress Object' reference.booleanvalidate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.dt.mcore.FieldSourcegetFields, getRefFieldSources
 - 
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObjectgetComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
 
- 
 
- 
- 
- 
Method Detail- 
getContainedObjectsorg.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()
 
 - 
getProducedTypesExternalDataProcessorTypes 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()
 
 - 
setProducedTypesvoid 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()
 
 - 
getDefaultFormBasicForm getDefaultForm() Returns the value of the 'Default Form' reference.- Returns:
- the value of the 'Default Form' reference.
- See Also:
- setDefaultForm(BasicForm),- MdClassPackage.getExternalDataProcessor_DefaultForm()
 
 - 
setDefaultFormvoid setDefaultForm(BasicForm value) Sets the value of the 'Default Form' reference.- Parameters:
- value- the new value of the 'Default Form' reference.
- See Also:
- getDefaultForm()
 
 - 
getAuxiliaryFormBasicForm getAuxiliaryForm() Returns the value of the 'Auxiliary Form' reference.- Returns:
- the value of the 'Auxiliary Form' reference.
- See Also:
- setAuxiliaryForm(BasicForm),- MdClassPackage.getExternalDataProcessor_AuxiliaryForm()
 
 - 
setAuxiliaryFormvoid setAuxiliaryForm(BasicForm value) Sets the value of the 'Auxiliary Form' reference.- Parameters:
- value- the new value of the 'Auxiliary Form' reference.
- See Also:
- getAuxiliaryForm()
 
 - 
getObjectModuleModule 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()
 
 - 
setObjectModulevoid setObjectModule(Module value) Sets the value of the 'Object Module' reference.- Parameters:
- value- the new value of the 'Object Module' reference.
- See Also:
- getObjectModule()
 
 - 
getHelpHelp getHelp() Returns the value of the 'Help' containment reference.- Returns:
- the value of the 'Help' containment reference.
- See Also:
- setHelp(Help),- MdClassPackage.getExternalDataProcessor_Help()
 
 - 
setHelpvoid setHelp(Help value) Sets the value of the 'Help' containment reference.- Parameters:
- value- the new value of the 'Help' containment reference.
- See Also:
- getHelp()
 
 - 
getAttributesorg.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()
 
 - 
getTabularSectionsorg.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()
 
 - 
getFormsorg.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()
 
 - 
getTemplatesorg.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()
 
 - 
getSuppressObjectorg.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()
 
 - 
setSuppressObjectvoid 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()
 
 
- 
 
-