Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.TaskTabularSection
-
-
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 TaskTabularSection
TaskTabularSectionInitializer. create(IV8Project v8project, Version version)
-
Uses of TaskTabularSection in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type TaskTabularSection Modifier and Type Method Description protected boolean
MdTypeInferrer. _inferFrom(TaskTabularSection object)
-
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 TaskTabularSection
MdClassFactory. 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 class
TaskTabularSectionImpl
An 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 TaskTabularSection
MdClassFactoryImpl. 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 T
MdClassSwitch. caseTaskTabularSection(TaskTabularSection object)
Returns the result of interpreting the object as an instance of 'Task Tabular Section'.boolean
MdClassValidator. validateTaskTabularSection(TaskTabularSection taskTabularSection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-