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>Web</b></em>'.
013 * <!-- end-user-doc -->
014 *
015 * <!-- begin-model-doc -->
016 * Web (HTTP) address.
017 * <!-- end-model-doc -->
018 *
019 *
020 * @see com.hammurapi.party.PartyPackage#getWeb()
021 * @model
022 * @generated
023 */
024 public interface Web extends URL {
025 } // Web