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 NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createColumnReferencesCheckedModel(Column context)
CreatesColumn
references dialog model for context object with showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createColumnReferencesCheckedModel(Column context, DocumentJournal container, IV8Project v8project)
CreatesColumn
references 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 Column
MdClassFactory. 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 class
ColumnImpl
An implementation of the model object 'Column'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Column Modifier and Type Method Description Column
MdClassFactoryImpl. 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 T
MdClassSwitch. caseColumn(Column object)
Returns the result of interpreting the object as an instance of 'Column'.boolean
MdClassValidator. validateColumn(Column column, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validateColumn_validate(Column column, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Column'.
-