Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Column
Packages that use Column
Package
Description
-
Uses of Column in com._1c.g5.v8.dt.internal.md.extension.adopt.participants
Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type ColumnModifier and TypeMethodDescriptionprotected MdObjectExtensionColumnAdopterParticipant.createExtension(Column nativeObject) -
Uses of Column in com._1c.g5.v8.dt.md.ui.aef.models
Methods in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type ColumnModifier and TypeMethodDescriptionNavigatorTreeDialogModelFactory.createColumnReferencesCheckedModel(Column context) CreatesColumnreferences dialog model for context object with showing checked objects.NavigatorTreeDialogModelFactory.createColumnReferencesCheckedModel(Column context, DocumentJournal container, IV8Project v8project) CreatesColumnreferences dialog model for new context object, his container and v8 project with showing checked objects. -
Uses of Column in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return ColumnModifier and TypeMethodDescriptionMdClassFactory.createColumn()Returns a new object of class 'Column'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type ColumnModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Column>DocumentJournal.getColumns()Returns the value of the 'Columns' containment reference list. -
Uses of Column in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement ColumnModifier and TypeClassDescriptionclassAn implementation of the model object 'Column'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ColumnMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type ColumnModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Column>DocumentJournalImpl.getColumns() -
Uses of Column in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type ColumnModifier and TypeMethodDescriptionMdClassSwitch.caseColumn(Column object) Returns the result of interpreting the object as an instance of 'Column'.booleanMdClassValidator.validateColumn(Column column, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) booleanMdClassValidator.validateColumn_validate(Column column, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) Validates the validate constraint of 'Column'.