org.nasdanika.models.party.Party Maven / Gradle / Ivy
/**
*/
package org.nasdanika.models.party;
import org.eclipse.emf.common.util.EList;
import org.nasdanika.ncore.DocumentedNamedStringIdentity;
/**
*
* A representation of the model object 'Party'.
*
*
*
* Something that can particpate/play role in something - a person, organization, system
*
*
*
* The following features are supported:
*
*
* - {@link org.nasdanika.models.party.Party#getContactMethods Contact Methods}
*
*
* @see org.nasdanika.models.party.PartyPackage#getParty()
* @model abstract="true"
* @generated
*/
public interface Party extends DocumentedNamedStringIdentity {
/**
* Returns the value of the 'Contact Methods' containment reference list.
* The list contents are of type {@link org.nasdanika.models.party.ContactMethod}.
*
*
*
* Party can have zero or more contact methods.
*
* @return the value of the 'Contact Methods' containment reference list.
* @see org.nasdanika.models.party.PartyPackage#getParty_ContactMethods()
* @model containment="true"
* @generated
*/
EList getContactMethods();
} // Party