Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.StandardTabularSectionDescription
-
Packages that use StandardTabularSectionDescription Package Description com._1c.g5.v8.dt.md.api 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 StandardTabularSectionDescription in com._1c.g5.v8.dt.md.api
Constructors in com._1c.g5.v8.dt.md.api with parameters of type StandardTabularSectionDescription Constructor Description StandardTabularSectionDescriptionChangeTask(org.eclipse.emf.ecore.EObject container, StandardTabularSectionDescription standardTabularSectionDescription)
Constructor. -
Uses of StandardTabularSectionDescription in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return StandardTabularSectionDescription Modifier and Type Method Description StandardTabularSectionDescription
MdClassFactory. createStandardTabularSectionDescription()
Returns a new object of class 'Standard Tabular Section Description'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type StandardTabularSectionDescription Modifier and Type Method Description org.eclipse.emf.common.util.EList<StandardTabularSectionDescription>
ChartOfAccounts. getStandardTabularSections()
Returns the value of the 'Standard Tabular Sections' containment reference list.org.eclipse.emf.common.util.EList<StandardTabularSectionDescription>
ChartOfCalculationTypes. getStandardTabularSections()
Returns the value of the 'Standard Tabular Sections' containment reference list. -
Uses of StandardTabularSectionDescription in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement StandardTabularSectionDescription Modifier and Type Class Description class
StandardTabularSectionDescriptionImpl
An implementation of the model object 'Standard Tabular Section Description'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return StandardTabularSectionDescription Modifier and Type Method Description StandardTabularSectionDescription
MdClassFactoryImpl. createStandardTabularSectionDescription()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type StandardTabularSectionDescription Modifier and Type Method Description org.eclipse.emf.common.util.EList<StandardTabularSectionDescription>
ChartOfAccountsImpl. getStandardTabularSections()
org.eclipse.emf.common.util.EList<StandardTabularSectionDescription>
ChartOfCalculationTypesImpl. getStandardTabularSections()
-
Uses of StandardTabularSectionDescription in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type StandardTabularSectionDescription Modifier and Type Method Description T
MdClassSwitch. caseStandardTabularSectionDescription(StandardTabularSectionDescription object)
Returns the result of interpreting the object as an instance of 'Standard Tabular Section Description'.boolean
MdClassValidator. validateStandardTabularSectionDescription(StandardTabularSectionDescription standardTabularSectionDescription, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-