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

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

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

import org.eclipse.emf.ecore.EClass;
import org.nasdanika.models.party.ContactMethod;
import org.nasdanika.models.party.PartyPackage;
import org.nasdanika.ncore.impl.DocumentedNamedStringIdentityImpl;

/**
 * 
 * An implementation of the model object 'Contact Method'.
 * 
 *
 * @generated
 */
public class ContactMethodImpl extends DocumentedNamedStringIdentityImpl implements ContactMethod {
	/**
	 * 
	 * 
	 * @generated
	 */
	protected ContactMethodImpl() {
		super();
	}

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

} //ContactMethodImpl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy