Interface DbObjectTabularSection
- All Superinterfaces:
BasicTabularSection
,org.eclipse.emf.ecore.EObject
,FieldSource
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
BusinessProcessTabularSection
,CatalogTabularSection
,ChartOfAccountsTabularSection
,ChartOfCalculationTypesTabularSection
,ChartOfCharacteristicTypesTabularSection
,DocumentTabularSection
,ExchangePlanTabularSection
,HierarchicalDbObjectTabularSection
,TaskTabularSection
- All Known Implementing Classes:
BusinessProcessTabularSectionImpl
,CatalogTabularSectionImpl
,ChartOfAccountsTabularSectionImpl
,ChartOfCalculationTypesTabularSectionImpl
,ChartOfCharacteristicTypesTabularSectionImpl
,DbObjectTabularSectionImpl
,DocumentTabularSectionImpl
,ExchangePlanTabularSectionImpl
,HierarchicalDbObjectTabularSectionImpl
,TaskTabularSectionImpl
A representation of the model object 'Db Object Tabular Section'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<TabularSectionAttribute>
Returns the value of the 'Attributes' containment reference list.int
Returns the value of the 'Line Number Length' attribute.Returns the value of the 'Produced Types' containment reference.void
setLineNumberLength
(int value) Sets the value of the 'Line Number Length
' attribute.void
Sets the value of the 'Produced Types
' containment reference.Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.BasicTabularSection
getFillChecking, getStandardAttributes, getToolTip, setFillChecking, validate
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
-
Method Details
-
getProducedTypes
TabularSectionTypes 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:
-
getAttributes
org.eclipse.emf.common.util.EList<TabularSectionAttribute> getAttributes()Returns the value of the 'Attributes' containment reference list. The list contents are of typeTabularSectionAttribute
.- Returns:
- the value of the 'Attributes' containment reference list.
- See Also:
-
getLineNumberLength
int getLineNumberLength()Returns the value of the 'Line Number Length' attribute. The default value is"5"
.- Returns:
- the value of the 'Line Number Length' attribute.
- See Also:
-
setLineNumberLength
void setLineNumberLength(int value) Sets the value of the 'Line Number Length
' attribute.- Parameters:
value
- the new value of the 'Line Number Length' attribute.- See Also:
-