/* * Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Eike Stepper - initial API and implementation */ package org.eclipse.emf.cdo.releng.doc.article; /** * A representation of the model object 'External Article'. *

* The following features are supported: *

*

* * @see org.eclipse.emf.cdo.releng.doc.article.ArticlePackage#getExternalArticle() * @model * @generated */ public interface ExternalArticle extends Article { /** * Returns the value of the 'Url' attribute. *

* If the meaning of the 'Url' attribute isn't clear, there really should be more of a description here... *

* * * @return the value of the 'Url' attribute. * @see org.eclipse.emf.cdo.releng.doc.article.ArticlePackage#getExternalArticle_Url() * @model required="true" changeable="false" derived="true" * @generated */ String getUrl(); } // ExternalArticle