Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.StandardTabularSectionDescription
-
-
Uses of StandardTabularSectionDescription in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource that return StandardTabularSectionDescription Modifier and Type Method Description static StandardTabularSectionDescription
StandardAttributeUtil. getDefaultStandardTabularSection(StandardTabularPart standardTabularPart)
Returns a newStandardTabularSectionDescription
object filled with default valuesMethods in com._1c.g5.v8.dt.md.resource that return types with arguments of type StandardTabularSectionDescription Modifier and Type Method Description static Optional<StandardTabularSectionDescription>
StandardAttributeUtil. getStandardTabularSectionDescription(org.eclipse.emf.ecore.EObject container, String standardTabularSectionsName)
Gets standard tabular section by namestatic org.eclipse.emf.common.util.EList<StandardTabularSectionDescription>
StandardAttributeUtil. getStandardTabularSections(org.eclipse.emf.ecore.EObject container)
Gets list of standard tabular section -
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)
-