Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.TaskTabularSection
-
Packages that use TaskTabularSection Package Description com._1c.g5.v8.dt.md.model 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 TaskTabularSection in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return TaskTabularSection Modifier and Type Method Description TaskTabularSectionTaskTabularSectionInitializer. create(IV8Project v8project, Version version) -
Uses of TaskTabularSection in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return TaskTabularSection Modifier and Type Method Description TaskTabularSectionMdClassFactory. createTaskTabularSection()Returns a new object of class 'Task Tabular Section'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type TaskTabularSection Modifier and Type Method Description org.eclipse.emf.common.util.EList<TaskTabularSection>Task. getTabularSections()Returns the value of the 'Tabular Sections' containment reference list. -
Uses of TaskTabularSection in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement TaskTabularSection Modifier and Type Class Description classTaskTabularSectionImplAn implementation of the model object 'Task Tabular Section'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return TaskTabularSection Modifier and Type Method Description TaskTabularSectionMdClassFactoryImpl. createTaskTabularSection()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type TaskTabularSection Modifier and Type Method Description org.eclipse.emf.common.util.EList<TaskTabularSection>TaskImpl. getTabularSections() -
Uses of TaskTabularSection in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type TaskTabularSection Modifier and Type Method Description TMdClassSwitch. caseTaskTabularSection(TaskTabularSection object)Returns the result of interpreting the object as an instance of 'Task Tabular Section'.booleanMdClassValidator. validateTaskTabularSection(TaskTabularSection taskTabularSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-