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
public interface DbObjectTabularSection extends BasicTabularSection
A representation of the model object 'Db Object Tabular Section'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<TabularSectionAttribute>getAttributes()Returns the value of the 'Attributes' containment reference list.TabularSectionTypesgetProducedTypes()Returns the value of the 'Produced Types' containment reference.voidsetProducedTypes(TabularSectionTypes value)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
-
-
-
-
Method Detail
-
getProducedTypes
TabularSectionTypes getProducedTypes()
Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
setProducedTypes(TabularSectionTypes),MdClassPackage.getDbObjectTabularSection_ProducedTypes()
-
setProducedTypes
void setProducedTypes(TabularSectionTypes value)
Sets the value of the 'Produced Types' containment reference.- Parameters:
value- the new value of the 'Produced Types' containment reference.- See Also:
getProducedTypes()
-
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:
MdClassPackage.getDbObjectTabularSection_Attributes()
-
-