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.intReturns the value of the 'Line Number Length' attribute.Returns the value of the 'Produced Types' containment reference.voidsetLineNumberLength(int value) Sets the value of the 'Line Number Length' attribute.voidSets the value of the 'Produced Types' containment reference.Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.BasicTabularSection
getFillChecking, getStandardAttributes, getToolTip, setFillChecking, validateMethods 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.dt.mcore.FieldSource
getFields, getRefFieldSourcesMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuidMethods 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:
-