Interface BasicTabularSection
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,FieldSource
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
BusinessProcessTabularSection
,CatalogTabularSection
,ChartOfAccountsTabularSection
,ChartOfCalculationTypesTabularSection
,ChartOfCharacteristicTypesTabularSection
,DataProcessorTabularSection
,DbObjectTabularSection
,DocumentTabularSection
,ExchangePlanTabularSection
,HierarchicalDbObjectTabularSection
,ReportTabularSection
,TaskTabularSection
- All Known Implementing Classes:
BasicTabularSectionImpl
,BusinessProcessTabularSectionImpl
,CatalogTabularSectionImpl
,ChartOfAccountsTabularSectionImpl
,ChartOfCalculationTypesTabularSectionImpl
,ChartOfCharacteristicTypesTabularSectionImpl
,DataProcessorTabularSectionImpl
,DbObjectTabularSectionImpl
,DocumentTabularSectionImpl
,ExchangePlanTabularSectionImpl
,HierarchicalDbObjectTabularSectionImpl
,ReportTabularSectionImpl
,TaskTabularSectionImpl
A representation of the model object 'Basic Tabular Section'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Fill Checking' attribute.org.eclipse.emf.common.util.EList<StandardAttribute>
Returns the value of the 'Standard Attributes' containment reference list.Returns the value of the 'Tool Tip' map.void
setFillChecking
(FillChecking value) Sets the value of the 'Fill Checking
' attribute.boolean
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
-
getToolTip
Returns the value of the 'Tool Tip' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Tool Tip' map.
- See Also:
-
getFillChecking
FillChecking getFillChecking()Returns the value of the 'Fill Checking' attribute. The literals are from the enumerationFillChecking
.- Returns:
- the value of the 'Fill Checking' attribute.
- See Also:
-
setFillChecking
Sets the value of the 'Fill Checking
' attribute.- Parameters:
value
- the new value of the 'Fill Checking' attribute.- See Also:
-
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:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-