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 Merge
MoxelFactory. 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 class
MergeImpl
An implementation of the model object 'Merge'.Methods in com._1c.g5.v8.dt.moxel.impl that return Merge Modifier and Type Method Description Merge
MoxelFactoryImpl. 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 T
MoxelSwitch. caseMerge(Merge object)
Returns the result of interpreting the object as an instance of 'Merge'.
-