Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.TabularSectionAttribute
-
Packages that use TabularSectionAttribute Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of TabularSectionAttribute in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return TabularSectionAttribute Modifier and Type Method Description TabularSectionAttributeMdClassFactory. createTabularSectionAttribute()Returns a new object of class 'Tabular Section Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type TabularSectionAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<TabularSectionAttribute>DbObjectTabularSection. getAttributes()Returns the value of the 'Attributes' containment reference list. -
Uses of TabularSectionAttribute in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement TabularSectionAttribute Modifier and Type Class Description classTabularSectionAttributeImplAn implementation of the model object 'Tabular Section Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return TabularSectionAttribute Modifier and Type Method Description TabularSectionAttributeMdClassFactoryImpl. createTabularSectionAttribute()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type TabularSectionAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<TabularSectionAttribute>DbObjectTabularSectionImpl. getAttributes() -
Uses of TabularSectionAttribute in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type TabularSectionAttribute Modifier and Type Method Description TMdClassSwitch. caseTabularSectionAttribute(TabularSectionAttribute object)Returns the result of interpreting the object as an instance of 'Tabular Section Attribute'.booleanMdClassValidator. validateTabularSectionAttribute(TabularSectionAttribute tabularSectionAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-