org.nasdanika.models.party.ContactMethod Maven / Gradle / Ivy
/**
*/
package org.nasdanika.models.party;
import org.nasdanika.ncore.DocumentedNamedStringIdentity;
/**
*
* A representation of the model object 'Contact Method'.
*
*
*
* Generic contact method.
*
*
*
* @see org.nasdanika.models.party.PartyPackage#getContactMethod()
* @model
* @generated
*/
public interface ContactMethod extends DocumentedNamedStringIdentity {
} // ContactMethod