Interface AccumulationRegister
-
- All Superinterfaces:
BasicRegister
,org.eclipse.emf.ecore.EObject
,FieldSource
,MdObject
,org.eclipse.emf.common.notify.Notifier
,StandardCommandSource
- All Known Implementing Classes:
AccumulationRegisterImpl
public interface AccumulationRegister extends BasicRegister
A representation of the model object 'Accumulation Register'.The following features are supported:
Produced Types
Db View Defs
Use Standard Commands
Default List Form
Auxiliary List Form
Register Type
Include Help In Contents
Help
Record Set Module
Manager Module
Standard Attributes
Data Lock Control Mode
Full Text Search
Enable Totals Splitting
Aggregates
List Presentation
Extended List Presentation
Explanation
Resources
Attributes
Dimensions
Forms
Templates
Commands
- See Also:
MdClassPackage.getAccumulationRegister()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractAggregates
getAggregates()
Returns the value of the 'Aggregates' containment reference.org.eclipse.emf.common.util.EList<AccumulationRegisterAttribute>
getAttributes()
Returns the value of the 'Attributes' containment reference list.AccumulationRegisterForm
getAuxiliaryListForm()
Returns the value of the 'Auxiliary List Form' reference.org.eclipse.emf.common.util.EList<AccumulationRegisterCommand>
getCommands()
Returns the value of the 'Commands' containment reference list.DefaultDataLockControlMode
getDataLockControlMode()
Returns the value of the 'Data Lock Control Mode' attribute.AccumulationRegisterbViewDefs
getDbViewDefs()
Returns the value of the 'Db View Defs' containment reference.AccumulationRegisterForm
getDefaultListForm()
Returns the value of the 'Default List Form' reference.org.eclipse.emf.common.util.EList<AccumulationRegisterDimension>
getDimensions()
Returns the value of the 'Dimensions' containment reference list.org.eclipse.emf.common.util.EMap<String,String>
getExplanation()
Returns the value of the 'Explanation' map.org.eclipse.emf.common.util.EMap<String,String>
getExtendedListPresentation()
Returns the value of the 'Extended List Presentation' map.org.eclipse.emf.common.util.EList<AccumulationRegisterForm>
getForms()
Returns the value of the 'Forms' containment reference list.FullTextSearchUsing
getFullTextSearch()
Returns the value of the 'Full Text Search' attribute.Help
getHelp()
Returns the value of the 'Help' containment reference.org.eclipse.emf.common.util.EMap<String,String>
getListPresentation()
Returns the value of the 'List Presentation' map.Module
getManagerModule()
Returns the value of the 'Manager Module' reference.AccumulationRegisterTypes
getProducedTypes()
Returns the value of the 'Produced Types' containment reference.Module
getRecordSetModule()
Returns the value of the 'Record Set Module' reference.AccumulationRegisterType
getRegisterType()
Returns the value of the 'Register Type' attribute.org.eclipse.emf.common.util.EList<AccumulationRegisterResource>
getResources()
Returns the value of the 'Resources' containment reference list.org.eclipse.emf.common.util.EList<StandardAttribute>
getStandardAttributes()
Returns the value of the 'Standard Attributes' containment reference list.org.eclipse.emf.common.util.EList<Template>
getTemplates()
Returns the value of the 'Templates' containment reference list.boolean
isEnableTotalsSplitting()
Returns the value of the 'Enable Totals Splitting' attribute.boolean
isIncludeHelpInContents()
Returns the value of the 'Include Help In Contents' attribute.boolean
isUseStandardCommands()
Returns the value of the 'Use Standard Commands' attribute.void
setAggregates(AbstractAggregates value)
Sets the value of the 'Aggregates
' containment reference.void
setAuxiliaryListForm(AccumulationRegisterForm value)
Sets the value of the 'Auxiliary List Form
' reference.void
setDataLockControlMode(DefaultDataLockControlMode value)
Sets the value of the 'Data Lock Control Mode
' attribute.void
setDbViewDefs(AccumulationRegisterbViewDefs value)
Sets the value of the 'Db View Defs
' containment reference.void
setDefaultListForm(AccumulationRegisterForm value)
Sets the value of the 'Default List Form
' reference.void
setEnableTotalsSplitting(boolean value)
Sets the value of the 'Enable Totals Splitting
' attribute.void
setFullTextSearch(FullTextSearchUsing value)
Sets the value of the 'Full Text Search
' attribute.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
setProducedTypes(AccumulationRegisterTypes value)
Sets the value of the 'Produced Types
' containment reference.void
setRecordSetModule(Module value)
Sets the value of the 'Record Set Module
' reference.void
setRegisterType(AccumulationRegisterType value)
Sets the value of the 'Register Type
' attribute.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 com._1c.g5.v8.dt.metadata.mdclass.BasicRegister
getSuppressObject, setSuppressObject
-
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
AccumulationRegisterTypes getProducedTypes()
Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
setProducedTypes(AccumulationRegisterTypes)
,MdClassPackage.getAccumulationRegister_ProducedTypes()
-
setProducedTypes
void setProducedTypes(AccumulationRegisterTypes value)
Sets the value of the 'Produced Types
' containment reference.- Parameters:
value
- the new value of the 'Produced Types' containment reference.- See Also:
getProducedTypes()
-
getDbViewDefs
AccumulationRegisterbViewDefs getDbViewDefs()
Returns the value of the 'Db View Defs' containment reference.- Returns:
- the value of the 'Db View Defs' containment reference.
- See Also:
setDbViewDefs(AccumulationRegisterbViewDefs)
,MdClassPackage.getAccumulationRegister_DbViewDefs()
-
setDbViewDefs
void setDbViewDefs(AccumulationRegisterbViewDefs value)
Sets the value of the 'Db View Defs
' containment reference.- Parameters:
value
- the new value of the 'Db View Defs' containment reference.- See Also:
getDbViewDefs()
-
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.getAccumulationRegister_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()
-
getDefaultListForm
AccumulationRegisterForm getDefaultListForm()
Returns the value of the 'Default List Form' reference.- Returns:
- the value of the 'Default List Form' reference.
- See Also:
setDefaultListForm(AccumulationRegisterForm)
,MdClassPackage.getAccumulationRegister_DefaultListForm()
-
setDefaultListForm
void setDefaultListForm(AccumulationRegisterForm value)
Sets the value of the 'Default List Form
' reference.- Parameters:
value
- the new value of the 'Default List Form' reference.- See Also:
getDefaultListForm()
-
getAuxiliaryListForm
AccumulationRegisterForm getAuxiliaryListForm()
Returns the value of the 'Auxiliary List Form' reference.- Returns:
- the value of the 'Auxiliary List Form' reference.
- See Also:
setAuxiliaryListForm(AccumulationRegisterForm)
,MdClassPackage.getAccumulationRegister_AuxiliaryListForm()
-
setAuxiliaryListForm
void setAuxiliaryListForm(AccumulationRegisterForm value)
Sets the value of the 'Auxiliary List Form
' reference.- Parameters:
value
- the new value of the 'Auxiliary List Form' reference.- See Also:
getAuxiliaryListForm()
-
getRegisterType
AccumulationRegisterType getRegisterType()
Returns the value of the 'Register Type' attribute. The literals are from the enumerationAccumulationRegisterType
.- Returns:
- the value of the 'Register Type' attribute.
- See Also:
AccumulationRegisterType
,setRegisterType(AccumulationRegisterType)
,MdClassPackage.getAccumulationRegister_RegisterType()
-
setRegisterType
void setRegisterType(AccumulationRegisterType value)
Sets the value of the 'Register Type
' attribute.- Parameters:
value
- the new value of the 'Register Type' attribute.- See Also:
AccumulationRegisterType
,getRegisterType()
-
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.getAccumulationRegister_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.getAccumulationRegister_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()
-
getRecordSetModule
Module getRecordSetModule()
Returns the value of the 'Record Set Module' reference.- Returns:
- the value of the 'Record Set Module' reference.
- See Also:
setRecordSetModule(com._1c.g5.v8.dt.bsl.model.Module)
,MdClassPackage.getAccumulationRegister_RecordSetModule()
-
setRecordSetModule
void setRecordSetModule(Module value)
Sets the value of the 'Record Set Module
' reference.- Parameters:
value
- the new value of the 'Record Set Module' reference.- See Also:
getRecordSetModule()
-
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.getAccumulationRegister_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()
-
getStandardAttributes
org.eclipse.emf.common.util.EList<StandardAttribute> getStandardAttributes()
Returns the value of the 'Standard Attributes' containment reference list. The list contents are of typeStandardAttribute
.- Returns:
- the value of the 'Standard Attributes' containment reference list.
- See Also:
MdClassPackage.getAccumulationRegister_StandardAttributes()
-
getDataLockControlMode
DefaultDataLockControlMode getDataLockControlMode()
Returns the value of the 'Data Lock Control Mode' attribute. The literals are from the enumerationDefaultDataLockControlMode
.- Returns:
- the value of the 'Data Lock Control Mode' attribute.
- See Also:
DefaultDataLockControlMode
,setDataLockControlMode(DefaultDataLockControlMode)
,MdClassPackage.getAccumulationRegister_DataLockControlMode()
-
setDataLockControlMode
void setDataLockControlMode(DefaultDataLockControlMode value)
Sets the value of the 'Data Lock Control Mode
' attribute.- Parameters:
value
- the new value of the 'Data Lock Control Mode' attribute.- See Also:
DefaultDataLockControlMode
,getDataLockControlMode()
-
getFullTextSearch
FullTextSearchUsing getFullTextSearch()
Returns the value of the 'Full Text Search' attribute. The literals are from the enumerationFullTextSearchUsing
.- Returns:
- the value of the 'Full Text Search' attribute.
- See Also:
FullTextSearchUsing
,setFullTextSearch(FullTextSearchUsing)
,MdClassPackage.getAccumulationRegister_FullTextSearch()
-
setFullTextSearch
void setFullTextSearch(FullTextSearchUsing value)
Sets the value of the 'Full Text Search
' attribute.- Parameters:
value
- the new value of the 'Full Text Search' attribute.- See Also:
FullTextSearchUsing
,getFullTextSearch()
-
isEnableTotalsSplitting
boolean isEnableTotalsSplitting()
Returns the value of the 'Enable Totals Splitting' attribute.- Returns:
- the value of the 'Enable Totals Splitting' attribute.
- See Also:
setEnableTotalsSplitting(boolean)
,MdClassPackage.getAccumulationRegister_EnableTotalsSplitting()
-
setEnableTotalsSplitting
void setEnableTotalsSplitting(boolean value)
Sets the value of the 'Enable Totals Splitting
' attribute.- Parameters:
value
- the new value of the 'Enable Totals Splitting' attribute.- See Also:
isEnableTotalsSplitting()
-
getAggregates
AbstractAggregates getAggregates()
Returns the value of the 'Aggregates' containment reference.- Returns:
- the value of the 'Aggregates' containment reference.
- See Also:
setAggregates(AbstractAggregates)
,MdClassPackage.getAccumulationRegister_Aggregates()
-
setAggregates
void setAggregates(AbstractAggregates value)
Sets the value of the 'Aggregates
' containment reference.- Parameters:
value
- the new value of the 'Aggregates' containment reference.- See Also:
getAggregates()
-
getListPresentation
org.eclipse.emf.common.util.EMap<String,String> getListPresentation()
Returns the value of the 'List Presentation' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'List Presentation' map.
- See Also:
MdClassPackage.getAccumulationRegister_ListPresentation()
-
getExtendedListPresentation
org.eclipse.emf.common.util.EMap<String,String> getExtendedListPresentation()
Returns the value of the 'Extended List Presentation' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Extended List Presentation' map.
- See Also:
MdClassPackage.getAccumulationRegister_ExtendedListPresentation()
-
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.getAccumulationRegister_Explanation()
-
getResources
org.eclipse.emf.common.util.EList<AccumulationRegisterResource> getResources()
Returns the value of the 'Resources' containment reference list. The list contents are of typeAccumulationRegisterResource
.- Returns:
- the value of the 'Resources' containment reference list.
- See Also:
MdClassPackage.getAccumulationRegister_Resources()
-
getAttributes
org.eclipse.emf.common.util.EList<AccumulationRegisterAttribute> getAttributes()
Returns the value of the 'Attributes' containment reference list. The list contents are of typeAccumulationRegisterAttribute
.- Returns:
- the value of the 'Attributes' containment reference list.
- See Also:
MdClassPackage.getAccumulationRegister_Attributes()
-
getDimensions
org.eclipse.emf.common.util.EList<AccumulationRegisterDimension> getDimensions()
Returns the value of the 'Dimensions' containment reference list. The list contents are of typeAccumulationRegisterDimension
.- Returns:
- the value of the 'Dimensions' containment reference list.
- See Also:
MdClassPackage.getAccumulationRegister_Dimensions()
-
getForms
org.eclipse.emf.common.util.EList<AccumulationRegisterForm> getForms()
Returns the value of the 'Forms' containment reference list. The list contents are of typeAccumulationRegisterForm
.- Returns:
- the value of the 'Forms' containment reference list.
- See Also:
MdClassPackage.getAccumulationRegister_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.getAccumulationRegister_Templates()
-
getCommands
org.eclipse.emf.common.util.EList<AccumulationRegisterCommand> getCommands()
Returns the value of the 'Commands' containment reference list. The list contents are of typeAccumulationRegisterCommand
.- Returns:
- the value of the 'Commands' containment reference list.
- See Also:
MdClassPackage.getAccumulationRegister_Commands()
-
-