001    /**
002     * <copyright>
003     * </copyright>
004     *
005     * $Id$
006     */
007    package com.hammurapi.party;
008    
009    
010    /**
011     * <!-- begin-user-doc -->
012     * A representation of the model object '<em><b>EMail</b></em>'.
013     * <!-- end-user-doc -->
014     *
015     * <!-- begin-model-doc -->
016     * E-Mail.
017     * <!-- end-model-doc -->
018     *
019     *
020     * @see com.hammurapi.party.PartyPackage#getEMail()
021     * @model
022     * @generated
023     */
024    public interface EMail extends URL {
025    } // EMail