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
public interface BasicTabularSection extends MdObject, FieldSource
A representation of the model object 'Basic Tabular Section'.The following features are supported:
- See Also:
MdClassPackage.getBasicTabularSection()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FillChecking
getFillChecking()
Returns the value of the 'Fill Checking' attribute.org.eclipse.emf.common.util.EList<StandardAttribute>
getStandardAttributes()
Returns the value of the 'Standard Attributes' containment reference list.org.eclipse.emf.common.util.EMap<String,String>
getToolTip()
Returns the value of the 'Tool Tip' map.void
setFillChecking(FillChecking value)
Sets the value of the 'Fill Checking
' attribute.boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
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
-
getToolTip
org.eclipse.emf.common.util.EMap<String,String> 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:
MdClassPackage.getBasicTabularSection_ToolTip()
-
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:
FillChecking
,setFillChecking(FillChecking)
,MdClassPackage.getBasicTabularSection_FillChecking()
-
setFillChecking
void setFillChecking(FillChecking value)
Sets the value of the 'Fill Checking
' attribute.- Parameters:
value
- the new value of the 'Fill Checking' attribute.- See Also:
FillChecking
,getFillChecking()
-
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:
MdClassPackage.getBasicTabularSection_StandardAttributes()
-
-