
BusinessDomainDsl.impl.BlobTextPropertyImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mod4j-businessdomain-mm Show documentation
Show all versions of mod4j-businessdomain-mm Show documentation
This Eclipse plug-in project contains the BusinessDomain meta model.
The newest version!
/**
*
*
*
* $Id$
*/
package BusinessDomainDsl.impl;
import BusinessDomainDsl.BlobTextProperty;
import BusinessDomainDsl.BusinessDomainDslPackage;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'Blob Text Property'.
*
*
*
*
* @generated
*/
public class BlobTextPropertyImpl extends PropertyImpl implements BlobTextProperty {
/**
*
*
* @generated
*/
protected BlobTextPropertyImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return BusinessDomainDslPackage.Literals.BLOB_TEXT_PROPERTY;
}
} //BlobTextPropertyImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy