Interface SettingsStorage
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SettingsStorageImpl
public interface SettingsStorage extends MdObject
A representation of the model object 'Settings Storage'.The following features are supported:
- See Also:
MdClassPackage.getSettingsStorage()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SettingsStorageForm
getAuxiliaryLoadForm()
Returns the value of the 'Auxiliary Load Form' reference.SettingsStorageForm
getAuxiliarySaveForm()
Returns the value of the 'Auxiliary Save Form' reference.SettingsStorageForm
getDefaultLoadForm()
Returns the value of the 'Default Load Form' reference.SettingsStorageForm
getDefaultSaveForm()
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.Module
getManagerModule()
Returns the value of the 'Manager Module' reference.SettingsStorageTypes
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<Template>
getTemplates()
Returns the value of the 'Templates' containment reference list.void
setAuxiliaryLoadForm(SettingsStorageForm value)
Sets the value of the 'Auxiliary Load Form
' reference.void
setAuxiliarySaveForm(SettingsStorageForm value)
Sets the value of the 'Auxiliary Save Form
' reference.void
setDefaultLoadForm(SettingsStorageForm value)
Sets the value of the 'Default Load Form
' reference.void
setDefaultSaveForm(SettingsStorageForm value)
Sets the value of the 'Default Save Form
' reference.void
setManagerModule(Module value)
Sets the value of the 'Manager Module
' reference.void
setProducedTypes(SettingsStorageTypes 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.-
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
-
-
-
-
Method Detail
-
getProducedTypes
SettingsStorageTypes getProducedTypes()
Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
setProducedTypes(SettingsStorageTypes)
,MdClassPackage.getSettingsStorage_ProducedTypes()
-
setProducedTypes
void setProducedTypes(SettingsStorageTypes value)
Sets the value of the 'Produced Types
' containment reference.- Parameters:
value
- the new value of the 'Produced Types' containment reference.- See Also:
getProducedTypes()
-
getDefaultSaveForm
SettingsStorageForm getDefaultSaveForm()
Returns the value of the 'Default Save Form' reference.- Returns:
- the value of the 'Default Save Form' reference.
- See Also:
setDefaultSaveForm(SettingsStorageForm)
,MdClassPackage.getSettingsStorage_DefaultSaveForm()
-
setDefaultSaveForm
void setDefaultSaveForm(SettingsStorageForm value)
Sets the value of the 'Default Save Form
' reference.- Parameters:
value
- the new value of the 'Default Save Form' reference.- See Also:
getDefaultSaveForm()
-
getDefaultLoadForm
SettingsStorageForm getDefaultLoadForm()
Returns the value of the 'Default Load Form' reference.- Returns:
- the value of the 'Default Load Form' reference.
- See Also:
setDefaultLoadForm(SettingsStorageForm)
,MdClassPackage.getSettingsStorage_DefaultLoadForm()
-
setDefaultLoadForm
void setDefaultLoadForm(SettingsStorageForm value)
Sets the value of the 'Default Load Form
' reference.- Parameters:
value
- the new value of the 'Default Load Form' reference.- See Also:
getDefaultLoadForm()
-
getAuxiliarySaveForm
SettingsStorageForm getAuxiliarySaveForm()
Returns the value of the 'Auxiliary Save Form' reference.- Returns:
- the value of the 'Auxiliary Save Form' reference.
- See Also:
setAuxiliarySaveForm(SettingsStorageForm)
,MdClassPackage.getSettingsStorage_AuxiliarySaveForm()
-
setAuxiliarySaveForm
void setAuxiliarySaveForm(SettingsStorageForm value)
Sets the value of the 'Auxiliary Save Form
' reference.- Parameters:
value
- the new value of the 'Auxiliary Save Form' reference.- See Also:
getAuxiliarySaveForm()
-
getAuxiliaryLoadForm
SettingsStorageForm getAuxiliaryLoadForm()
Returns the value of the 'Auxiliary Load Form' reference.- Returns:
- the value of the 'Auxiliary Load Form' reference.
- See Also:
setAuxiliaryLoadForm(SettingsStorageForm)
,MdClassPackage.getSettingsStorage_AuxiliaryLoadForm()
-
setAuxiliaryLoadForm
void setAuxiliaryLoadForm(SettingsStorageForm value)
Sets the value of the 'Auxiliary Load Form
' reference.- Parameters:
value
- the new value of the 'Auxiliary Load Form' reference.- See Also:
getAuxiliaryLoadForm()
-
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.getSettingsStorage_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()
-
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:
MdClassPackage.getSettingsStorage_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.getSettingsStorage_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.getSettingsStorage_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()
-
-