org.afplib.afplib.impl.BLNImpl 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.afplib.impl;
import org.afplib.afplib.AfplibPackage;
import org.afplib.afplib.BLN;
import org.afplib.base.impl.TripletImpl;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'BLN'.
*
*
* @generated
*/
public class BLNImpl extends TripletImpl implements BLN {
/**
*
*
* @generated
*/
protected BLNImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return AfplibPackage.Literals.BLN;
}
} //BLNImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy