Interface ChartOfAccountsExtension
- All Superinterfaces:
BasicDbObjectExtension,org.eclipse.emf.ecore.EObject,IBmObject,MdObjectExtension,org.eclipse.emf.common.notify.Notifier,ObjectExtension
- All Known Implementing Classes:
ChartOfAccountsExtensionImpl
A representation of the model object 'Chart Of Accounts Extension'.
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Code Length' attribute.Returns the value of the 'Default Choice Form' attribute.Returns the value of the 'Default List Form' attribute.Returns the value of the 'Default Object Form' attribute.Returns the value of the 'Description Length' attribute.Returns the value of the 'Ext Dimension Types' attribute.Returns the value of the 'Max Ext Dimension Count' attribute.Returns the value of the 'Order Length' attribute.Returns the value of the 'Predefined' attribute.voidsetCodeLength(MdPropertyState value) Sets the value of the 'Code Length' attribute.voidSets the value of the 'Default Choice Form' attribute.voidSets the value of the 'Default List Form' attribute.voidSets the value of the 'Default Object Form' attribute.voidSets the value of the 'Description Length' attribute.voidSets the value of the 'Ext Dimension Types' attribute.voidSets the value of the 'Max Ext Dimension Count' attribute.voidsetOrderLength(MdPropertyState value) Sets the value of the 'Order Length' attribute.voidsetPredefined(MdPropertyState value) Sets the value of the 'Predefined' attribute.Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.extension.BasicDbObjectExtension
getExplanation, getExtendedListPresentation, getExtendedObjectPresentation, getListPresentation, getManagerModule, getObjectModule, getObjectPresentation, setExplanation, setExtendedListPresentation, setExtendedObjectPresentation, setListPresentation, setManagerModule, setObjectModule, setObjectPresentationMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetPropertyMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.extension.MdObjectExtension
getExtendedConfigurationObject, getSynonym, setExtendedConfigurationObject, setSynonymMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCodeLength
MdPropertyState getCodeLength()Returns the value of the 'Code Length' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Code Length' attribute.
- See Also:
-
setCodeLength
Sets the value of the 'Code Length' attribute.- Parameters:
value- the new value of the 'Code Length' attribute.- See Also:
-
getDescriptionLength
MdPropertyState getDescriptionLength()Returns the value of the 'Description Length' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Description Length' attribute.
- See Also:
-
setDescriptionLength
Sets the value of the 'Description Length' attribute.- Parameters:
value- the new value of the 'Description Length' attribute.- See Also:
-
getPredefined
MdPropertyState getPredefined()Returns the value of the 'Predefined' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Predefined' attribute.
- See Also:
-
setPredefined
Sets the value of the 'Predefined' attribute.- Parameters:
value- the new value of the 'Predefined' attribute.- See Also:
-
getOrderLength
MdPropertyState getOrderLength()Returns the value of the 'Order Length' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Order Length' attribute.
- See Also:
-
setOrderLength
Sets the value of the 'Order Length' attribute.- Parameters:
value- the new value of the 'Order Length' attribute.- See Also:
-
getExtDimensionTypes
MdPropertyState getExtDimensionTypes()Returns the value of the 'Ext Dimension Types' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Ext Dimension Types' attribute.
- See Also:
-
setExtDimensionTypes
Sets the value of the 'Ext Dimension Types' attribute.- Parameters:
value- the new value of the 'Ext Dimension Types' attribute.- See Also:
-
getMaxExtDimensionCount
MdPropertyState getMaxExtDimensionCount()Returns the value of the 'Max Ext Dimension Count' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Max Ext Dimension Count' attribute.
- See Also:
-
setMaxExtDimensionCount
Sets the value of the 'Max Ext Dimension Count' attribute.- Parameters:
value- the new value of the 'Max Ext Dimension Count' attribute.- See Also:
-
getDefaultObjectForm
MdPropertyState getDefaultObjectForm()Returns the value of the 'Default Object Form' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Default Object Form' attribute.
- See Also:
-
setDefaultObjectForm
Sets the value of the 'Default Object Form' attribute.- Parameters:
value- the new value of the 'Default Object Form' attribute.- See Also:
-
getDefaultListForm
MdPropertyState getDefaultListForm()Returns the value of the 'Default List Form' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Default List Form' attribute.
- See Also:
-
setDefaultListForm
Sets the value of the 'Default List Form' attribute.- Parameters:
value- the new value of the 'Default List Form' attribute.- See Also:
-
getDefaultChoiceForm
MdPropertyState getDefaultChoiceForm()Returns the value of the 'Default Choice Form' attribute. The literals are from the enumerationMdPropertyState.- Returns:
- the value of the 'Default Choice Form' attribute.
- See Also:
-
setDefaultChoiceForm
Sets the value of the 'Default Choice Form' attribute.- Parameters:
value- the new value of the 'Default Choice Form' attribute.- See Also:
-