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

org.afplib.base.impl.SFGrouperImpl Maven / Gradle / Ivy

Go to download

Java object library able to read and write AFP (Advanced Function Presentation) files.

There is a newer version: 0.0.15
Show newest version
/**
 */
package org.afplib.base.impl;

import org.afplib.base.BasePackage;
import org.afplib.base.SFGrouper;

import org.eclipse.emf.ecore.EClass;

/**
 * 
 * An implementation of the model object 'SF Grouper'.
 * 
 *
 * @generated
 */
public class SFGrouperImpl extends SFImpl implements SFGrouper {
	/**
	 * 
	 * 
	 * @generated
	 */
	protected SFGrouperImpl() {
		super();
	}

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

} //SFGrouperImpl




© 2015 - 2025 Weber Informatics LLC | Privacy Policy