Interface SettingsStorage
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SettingsStorageImpl
A representation of the model object 'Settings Storage'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Auxiliary Load Form' reference.Returns the value of the 'Auxiliary Save Form' reference.Returns the value of the 'Default Load Form' reference.Returns the value of the 'Default Save Form' reference.org.eclipse.emf.common.util.EList<SettingsStorageForm>
getForms()
Returns the value of the 'Forms' containment reference list.Returns the value of the 'Manager Module' reference.Returns the value of the 'Produced Types' containment reference.org.eclipse.emf.ecore.EObject
Returns the value of the 'Suppress Object' reference.org.eclipse.emf.common.util.EList<Template>
Returns the value of the 'Templates' containment reference list.void
Sets the value of the 'Auxiliary Load Form
' reference.void
Sets the value of the 'Auxiliary Save Form
' reference.void
Sets the value of the 'Default Load Form
' reference.void
Sets the value of the 'Default Save Form
' reference.void
setManagerModule
(Module value) Sets the value of the 'Manager Module
' reference.void
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.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.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
-
Method Details
-
getProducedTypes
SettingsStorageTypes getProducedTypes()Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
-
setProducedTypes
Sets the value of the 'Produced Types
' containment reference.- Parameters:
value
- the new value of the 'Produced Types' containment reference.- See Also:
-
getDefaultSaveForm
SettingsStorageForm getDefaultSaveForm()Returns the value of the 'Default Save Form' reference.- Returns:
- the value of the 'Default Save Form' reference.
- See Also:
-
setDefaultSaveForm
Sets the value of the 'Default Save Form
' reference.- Parameters:
value
- the new value of the 'Default Save Form' reference.- See Also:
-
getDefaultLoadForm
SettingsStorageForm getDefaultLoadForm()Returns the value of the 'Default Load Form' reference.- Returns:
- the value of the 'Default Load Form' reference.
- See Also:
-
setDefaultLoadForm
Sets the value of the 'Default Load Form
' reference.- Parameters:
value
- the new value of the 'Default Load Form' reference.- See Also:
-
getAuxiliarySaveForm
SettingsStorageForm getAuxiliarySaveForm()Returns the value of the 'Auxiliary Save Form' reference.- Returns:
- the value of the 'Auxiliary Save Form' reference.
- See Also:
-
setAuxiliarySaveForm
Sets the value of the 'Auxiliary Save Form
' reference.- Parameters:
value
- the new value of the 'Auxiliary Save Form' reference.- See Also:
-
getAuxiliaryLoadForm
SettingsStorageForm getAuxiliaryLoadForm()Returns the value of the 'Auxiliary Load Form' reference.- Returns:
- the value of the 'Auxiliary Load Form' reference.
- See Also:
-
setAuxiliaryLoadForm
Sets the value of the 'Auxiliary Load Form
' reference.- Parameters:
value
- the new value of the 'Auxiliary Load Form' reference.- See Also:
-
getManagerModule
Module getManagerModule()Returns the value of the 'Manager Module' reference.- Returns:
- the value of the 'Manager Module' reference.
- See Also:
-
setManagerModule
Sets the value of the 'Manager Module
' reference.- Parameters:
value
- the new value of the 'Manager Module' reference.- See Also:
-
getForms
org.eclipse.emf.common.util.EList<SettingsStorageForm> getForms()Returns the value of the 'Forms' containment reference list. The list contents are of typeSettingsStorageForm
.- Returns:
- the value of the 'Forms' containment reference list.
- See Also:
-
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:
-
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
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:
-