Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.DimensionTable
Packages that use DimensionTable
Package
Description
-
Uses of DimensionTable in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return DimensionTableModifier and TypeMethodDescriptionstatic DimensionTable
TestMdObjectFactory.createDimensionTable
(String name) Creates DimensionTable with name -
Uses of DimensionTable in com._1c.g5.v8.dt.internal.md.extension._import.xml.model
Methods in com._1c.g5.v8.dt.internal.md.extension._import.xml.model that return DimensionTableModifier and TypeMethodDescriptionAdoptedDimensionTableInitializer.create
(IV8Project v8project, Version version) -
Uses of DimensionTable in com._1c.g5.v8.dt.internal.md.extension.adopt.participants
Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants that return DimensionTableModifier and TypeMethodDescriptionprotected DimensionTable
DimensionTableAdopterParticipant.createAdoptedObject
(DimensionTable nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type DimensionTableModifier and TypeMethodDescriptionprotected DimensionTable
DimensionTableAdopterParticipant.createAdoptedObject
(DimensionTable nativeObject, Version version, IAdopterContext context) protected MdObjectExtension
DimensionTableAdopterParticipant.createExtension
(DimensionTable nativeObject) -
Uses of DimensionTable in com._1c.g5.v8.dt.internal.md.ui.editors.dimensiontable
Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.dimensiontable with parameters of type DimensionTableModifierConstructorDescriptionDimensionTableEditorInput
(DimensionTable dimensionTable) Instantiates a newDimensionTable
editor input. -
Uses of DimensionTable in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return DimensionTableModifier and TypeMethodDescriptionDimensionTableInitializer.create
(IV8Project v8project, Version version) -
Uses of DimensionTable in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type DimensionTableModifier and TypeMethodDescriptionprotected boolean
MdDbViewDefInferrer._infer
(DimensionTable object) protected boolean
MdDbViewFieldDefInferrer._infer
(DimensionTable object, IEObjectProvider typeProvider) protected boolean
MdImplicitRefInferrer._infer
(DimensionTable object) protected boolean
MdStdCommandInferrer._infer
(DimensionTable table, org.eclipse.xtext.resource.IEObjectDescription[] groups) -
Uses of DimensionTable in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type DimensionTableModifier and TypeMethodDescriptionprotected void
DimensionTableRule.buildForObject
(DimensionTable object, IV8Project v8Project) -
Uses of DimensionTable in com._1c.g5.v8.dt.md.ui.wizards
Methods in com._1c.g5.v8.dt.md.ui.wizards that return types with arguments of type DimensionTableModifier and TypeMethodDescriptionprotected MdObjectModel<DimensionTable>
DimensionTableWizard.createMdObjectModel()
-
Uses of DimensionTable in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with parameters of type DimensionTableModifier and TypeMethodDescriptionvoid
MdValidator.checkNameInDataSource
(DimensionTable table) Deprecated. -
Uses of DimensionTable in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return DimensionTableModifier and TypeMethodDescriptionMdClassFactory.createDimensionTable()
Returns a new object of class 'Dimension Table'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type DimensionTableModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DimensionTable>
Cube.getDimensionTables()
Returns the value of the 'Dimension Tables' reference list. -
Uses of DimensionTable in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement DimensionTableModifier and TypeClassDescriptionclass
An implementation of the model object 'Dimension Table'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return DimensionTableMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type DimensionTableModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DimensionTable>
CubeImpl.getDimensionTables()
-
Uses of DimensionTable in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type DimensionTableModifier and TypeMethodDescriptionMdClassSwitch.caseDimensionTable
(DimensionTable object) Returns the result of interpreting the object as an instance of 'Dimension Table'.boolean
MdClassValidator.validateDimensionTable
(DimensionTable dimensionTable, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)