org.afplib.base.impl.SFGrouperImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of afplib Show documentation
Show all versions of afplib Show documentation
Java object library able to read and write AFP (Advanced Function Presentation) files.
/**
*/
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