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