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

org.nasdanika.models.party.impl.PersonImpl Maven / Gradle / Ivy

/**
 */
package org.nasdanika.models.party.impl;

import org.eclipse.emf.ecore.EClass;

import org.nasdanika.models.party.PartyPackage;
import org.nasdanika.models.party.Person;

/**
 * 
 * An implementation of the model object 'Person'.
 * 
 *
 * @generated
 */
public class PersonImpl extends PartyImpl implements Person {
	/**
	 * 
	 * 
	 * @generated
	 */
	protected PersonImpl() {
		super();
	}

	/**
	 * 
	 * 
	 * @generated
	 */
	@Override
	protected EClass eStaticClass() {
		return PartyPackage.Literals.PERSON;
	}

} //PersonImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy