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

org.afplib.afplib.impl.BLNImpl 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.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