Uses of Interface
com._1c.g5.v8.dt.moxel.Merge
-
Packages that use Merge Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util -
-
Uses of Merge in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return Merge Modifier and Type Method Description MergeMoxelFactory. createMerge()Returns a new object of class 'Merge'.Methods in com._1c.g5.v8.dt.moxel that return types with arguments of type Merge Modifier and Type Method Description org.eclipse.emf.common.util.EList<Merge>SpreadsheetDocument. getMerges()Returns the value of the 'Merges' containment reference list.org.eclipse.emf.common.util.EList<Merge>SpreadsheetDocument. getUnmerges()Returns the value of the 'Unmerges' containment reference list. -
Uses of Merge in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement Merge Modifier and Type Class Description classMergeImplAn implementation of the model object 'Merge'.Methods in com._1c.g5.v8.dt.moxel.impl that return Merge Modifier and Type Method Description MergeMoxelFactoryImpl. createMerge()Methods in com._1c.g5.v8.dt.moxel.impl that return types with arguments of type Merge Modifier and Type Method Description org.eclipse.emf.common.util.EList<Merge>SpreadsheetDocumentImpl. getMerges()org.eclipse.emf.common.util.EList<Merge>SpreadsheetDocumentImpl. getUnmerges() -
Uses of Merge in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type Merge Modifier and Type Method Description TMoxelSwitch. caseMerge(Merge object)Returns the result of interpreting the object as an instance of 'Merge'.
-