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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description FillCheckinggetFillChecking()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.voidsetFillChecking(FillChecking value)Sets the value of the 'Fill Checking' attribute.booleanvalidate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.dt.mcore.FieldSourcegetFields, getRefFieldSources
 - 
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObjectgetComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
 
- 
 
- 
- 
- 
Method Detail- 
getToolTiporg.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()
 
 - 
getFillCheckingFillChecking 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()
 
 - 
setFillCheckingvoid 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()
 
 - 
getStandardAttributesorg.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()
 
 
- 
 
-