Interface AccountingRegister
-
- All Superinterfaces:
BasicRegister,org.eclipse.emf.ecore.EObject,FieldSource,MdObject,org.eclipse.emf.common.notify.Notifier,StandardCommandSource
- All Known Implementing Classes:
AccountingRegisterImpl
public interface AccountingRegister extends BasicRegister
A representation of the model object 'Accounting Register'.The following features are supported:
Produced TypesDb View DefsUse Standard CommandsInclude Help In ContentsHelpChart Of AccountsCorrespondencePeriod Adjustment LengthDefault List FormAuxiliary List FormRecord Set ModuleManager ModuleStandard AttributesData Lock Control ModeEnable Totals SplittingFull Text SearchList PresentationExtended List PresentationExplanationDimensionsResourcesAttributesFormsTemplatesCommands
- See Also:
MdClassPackage.getAccountingRegister()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccountingRegisterAttribute>getAttributes()Returns the value of the 'Attributes' containment reference list.AccountingRegisterFormgetAuxiliaryListForm()Returns the value of the 'Auxiliary List Form' reference.ChartOfAccountsgetChartOfAccounts()Returns the value of the 'Chart Of Accounts' reference.org.eclipse.emf.common.util.EList<AccountingRegisterCommand>getCommands()Returns the value of the 'Commands' containment reference list.DefaultDataLockControlModegetDataLockControlMode()Returns the value of the 'Data Lock Control Mode' attribute.AccountingRegisterDbViewDefsgetDbViewDefs()Returns the value of the 'Db View Defs' containment reference.AccountingRegisterFormgetDefaultListForm()Returns the value of the 'Default List Form' reference.org.eclipse.emf.common.util.EList<AccountingRegisterDimension>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<AccountingRegisterForm>getForms()Returns the value of the 'Forms' containment reference list.FullTextSearchUsinggetFullTextSearch()Returns the value of the 'Full Text Search' attribute.HelpgetHelp()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.ModulegetManagerModule()Returns the value of the 'Manager Module' reference.intgetPeriodAdjustmentLength()Returns the value of the 'Period Adjustment Length' attribute.AccountingRegisterTypesgetProducedTypes()Returns the value of the 'Produced Types' containment reference.ModulegetRecordSetModule()Returns the value of the 'Record Set Module' reference.org.eclipse.emf.common.util.EList<AccountingRegisterResource>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.booleanisCorrespondence()Returns the value of the 'Correspondence' attribute.booleanisEnableTotalsSplitting()Returns the value of the 'Enable Totals Splitting' attribute.booleanisIncludeHelpInContents()Returns the value of the 'Include Help In Contents' attribute.booleanisUseStandardCommands()Returns the value of the 'Use Standard Commands' attribute.voidsetAuxiliaryListForm(AccountingRegisterForm value)Sets the value of the 'Auxiliary List Form' reference.voidsetChartOfAccounts(ChartOfAccounts value)Sets the value of the 'Chart Of Accounts' reference.voidsetCorrespondence(boolean value)Sets the value of the 'Correspondence' attribute.voidsetDataLockControlMode(DefaultDataLockControlMode value)Sets the value of the 'Data Lock Control Mode' attribute.voidsetDbViewDefs(AccountingRegisterDbViewDefs value)Sets the value of the 'Db View Defs' containment reference.voidsetDefaultListForm(AccountingRegisterForm value)Sets the value of the 'Default List Form' reference.voidsetEnableTotalsSplitting(boolean value)Sets the value of the 'Enable Totals Splitting' attribute.voidsetFullTextSearch(FullTextSearchUsing value)Sets the value of the 'Full Text Search' attribute.voidsetHelp(Help value)Sets the value of the 'Help' containment reference.voidsetIncludeHelpInContents(boolean value)Sets the value of the 'Include Help In Contents' attribute.voidsetManagerModule(Module value)Sets the value of the 'Manager Module' reference.voidsetPeriodAdjustmentLength(int value)Sets the value of the 'Period Adjustment Length' attribute.voidsetProducedTypes(AccountingRegisterTypes value)Sets the value of the 'Produced Types' containment reference.voidsetRecordSetModule(Module value)Sets the value of the 'Record Set Module' reference.voidsetUseStandardCommands(boolean value)Sets the value of the 'Use Standard Commands' attribute.booleanvalidate(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
AccountingRegisterTypes getProducedTypes()
Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
setProducedTypes(AccountingRegisterTypes),MdClassPackage.getAccountingRegister_ProducedTypes()
-
setProducedTypes
void setProducedTypes(AccountingRegisterTypes 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
AccountingRegisterDbViewDefs getDbViewDefs()
Returns the value of the 'Db View Defs' containment reference.- Returns:
- the value of the 'Db View Defs' containment reference.
- See Also:
setDbViewDefs(AccountingRegisterDbViewDefs),MdClassPackage.getAccountingRegister_DbViewDefs()
-
setDbViewDefs
void setDbViewDefs(AccountingRegisterDbViewDefs 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.getAccountingRegister_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()
-
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.getAccountingRegister_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.getAccountingRegister_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()
-
getChartOfAccounts
ChartOfAccounts getChartOfAccounts()
Returns the value of the 'Chart Of Accounts' reference.- Returns:
- the value of the 'Chart Of Accounts' reference.
- See Also:
setChartOfAccounts(ChartOfAccounts),MdClassPackage.getAccountingRegister_ChartOfAccounts()
-
setChartOfAccounts
void setChartOfAccounts(ChartOfAccounts value)
Sets the value of the 'Chart Of Accounts' reference.- Parameters:
value- the new value of the 'Chart Of Accounts' reference.- See Also:
getChartOfAccounts()
-
isCorrespondence
boolean isCorrespondence()
Returns the value of the 'Correspondence' attribute.- Returns:
- the value of the 'Correspondence' attribute.
- See Also:
setCorrespondence(boolean),MdClassPackage.getAccountingRegister_Correspondence()
-
setCorrespondence
void setCorrespondence(boolean value)
Sets the value of the 'Correspondence' attribute.- Parameters:
value- the new value of the 'Correspondence' attribute.- See Also:
isCorrespondence()
-
getPeriodAdjustmentLength
int getPeriodAdjustmentLength()
Returns the value of the 'Period Adjustment Length' attribute.- Returns:
- the value of the 'Period Adjustment Length' attribute.
- See Also:
setPeriodAdjustmentLength(int),MdClassPackage.getAccountingRegister_PeriodAdjustmentLength()
-
setPeriodAdjustmentLength
void setPeriodAdjustmentLength(int value)
Sets the value of the 'Period Adjustment Length' attribute.- Parameters:
value- the new value of the 'Period Adjustment Length' attribute.- See Also:
getPeriodAdjustmentLength()
-
getDefaultListForm
AccountingRegisterForm getDefaultListForm()
Returns the value of the 'Default List Form' reference.- Returns:
- the value of the 'Default List Form' reference.
- See Also:
setDefaultListForm(AccountingRegisterForm),MdClassPackage.getAccountingRegister_DefaultListForm()
-
setDefaultListForm
void setDefaultListForm(AccountingRegisterForm 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
AccountingRegisterForm getAuxiliaryListForm()
Returns the value of the 'Auxiliary List Form' reference.- Returns:
- the value of the 'Auxiliary List Form' reference.
- See Also:
setAuxiliaryListForm(AccountingRegisterForm),MdClassPackage.getAccountingRegister_AuxiliaryListForm()
-
setAuxiliaryListForm
void setAuxiliaryListForm(AccountingRegisterForm value)
Sets the value of the 'Auxiliary List Form' reference.- Parameters:
value- the new value of the 'Auxiliary List Form' reference.- See Also:
getAuxiliaryListForm()
-
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.getAccountingRegister_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.getAccountingRegister_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.getAccountingRegister_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.getAccountingRegister_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()
-
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.getAccountingRegister_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()
-
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.getAccountingRegister_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()
-
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.getAccountingRegister_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.getAccountingRegister_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.getAccountingRegister_Explanation()
-
getDimensions
org.eclipse.emf.common.util.EList<AccountingRegisterDimension> getDimensions()
Returns the value of the 'Dimensions' containment reference list. The list contents are of typeAccountingRegisterDimension.- Returns:
- the value of the 'Dimensions' containment reference list.
- See Also:
MdClassPackage.getAccountingRegister_Dimensions()
-
getResources
org.eclipse.emf.common.util.EList<AccountingRegisterResource> getResources()
Returns the value of the 'Resources' containment reference list. The list contents are of typeAccountingRegisterResource.- Returns:
- the value of the 'Resources' containment reference list.
- See Also:
MdClassPackage.getAccountingRegister_Resources()
-
getAttributes
org.eclipse.emf.common.util.EList<AccountingRegisterAttribute> getAttributes()
Returns the value of the 'Attributes' containment reference list. The list contents are of typeAccountingRegisterAttribute.- Returns:
- the value of the 'Attributes' containment reference list.
- See Also:
MdClassPackage.getAccountingRegister_Attributes()
-
getForms
org.eclipse.emf.common.util.EList<AccountingRegisterForm> getForms()
Returns the value of the 'Forms' containment reference list. The list contents are of typeAccountingRegisterForm.- Returns:
- the value of the 'Forms' containment reference list.
- See Also:
MdClassPackage.getAccountingRegister_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.getAccountingRegister_Templates()
-
getCommands
org.eclipse.emf.common.util.EList<AccountingRegisterCommand> getCommands()
Returns the value of the 'Commands' containment reference list. The list contents are of typeAccountingRegisterCommand.- Returns:
- the value of the 'Commands' containment reference list.
- See Also:
MdClassPackage.getAccountingRegister_Commands()
-
-