Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Column
-
Packages that use Column Package Description com._1c.g5.v8.dt.md.ui.aef.models 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 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 Column Modifier and Type Method Description NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createColumnReferencesCheckedModel(Column context)CreatesColumnreferences dialog model for context object with showing checked objects.NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. 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 Column Modifier and Type Method Description ColumnMdClassFactory. createColumn()Returns a new object of class 'Column'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type Column Modifier and Type Method Description org.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 Column Modifier and Type Class Description classColumnImplAn implementation of the model object 'Column'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Column Modifier and Type Method Description ColumnMdClassFactoryImpl. createColumn()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Column Modifier and Type Method Description org.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 Column Modifier and Type Method Description TMdClassSwitch. 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'.
-