All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nasdanika.models.excel.impl.BlankCellImpl Maven / Gradle / Ivy

/**
 */
package org.nasdanika.models.excel.impl;

import org.eclipse.emf.ecore.EClass;

import org.nasdanika.models.excel.BlankCell;
import org.nasdanika.models.excel.ExcelPackage;

/**
 * 
 * An implementation of the model object 'Blank Cell'.
 * 
 *
 * @generated
 */
public class BlankCellImpl extends CellImpl implements BlankCell {
	/**
	 * 
	 * 
	 * @generated
	 */
	protected BlankCellImpl() {
		super();
	}

	/**
	 * 
	 * 
	 * @generated
	 */
	@Override
	protected EClass eStaticClass() {
		return ExcelPackage.Literals.BLANK_CELL;
	}

} //BlankCellImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy