blob: 38910505c98c34531926a48b0cac8e7bea15dcd6 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2013, 2014 CEA LIST.
*
* 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:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
*****************************************************************************/
package org.eclipse.papyrus.interoperability.rsa.default_;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.uml2.uml.Comment;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>URL</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.papyrus.interoperability.rsa.default_.URL#getBase_Comment <em>Base Comment</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rsa.default_.URL#getType <em>Type</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rsa.default_.URL#getDisplayName <em>Display Name</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rsa.default_.URL#getIcon <em>Icon</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.papyrus.interoperability.rsa.default_.DefaultPackage#getURL()
* @model
* @generated
*/
public interface URL extends EObject {
/**
* Returns the value of the '<em><b>Base Comment</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Comment</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Base Comment</em>' reference.
* @see #setBase_Comment(Comment)
* @see org.eclipse.papyrus.interoperability.rsa.default_.DefaultPackage#getURL_Base_Comment()
* @model required="true"
* @generated
*/
Comment getBase_Comment();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rsa.default_.URL#getBase_Comment <em>Base Comment</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>Base Comment</em>' reference.
* @see #getBase_Comment()
* @generated
*/
void setBase_Comment(Comment value);
/**
* Returns the value of the '<em><b>Type</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Type</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Type</em>' attribute.
* @see #setType(String)
* @see org.eclipse.papyrus.interoperability.rsa.default_.DefaultPackage#getURL_Type()
* @model required="true"
* @generated
*/
String getType();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rsa.default_.URL#getType <em>Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>Type</em>' attribute.
* @see #getType()
* @generated
*/
void setType(String value);
/**
* Returns the value of the '<em><b>Display Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Display Name</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Display Name</em>' attribute.
* @see #setDisplayName(String)
* @see org.eclipse.papyrus.interoperability.rsa.default_.DefaultPackage#getURL_DisplayName()
* @model required="true"
* @generated
*/
String getDisplayName();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rsa.default_.URL#getDisplayName <em>Display Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>Display Name</em>' attribute.
* @see #getDisplayName()
* @generated
*/
void setDisplayName(String value);
/**
* Returns the value of the '<em><b>Icon</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Icon</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Icon</em>' attribute.
* @see #setIcon(byte[])
* @see org.eclipse.papyrus.interoperability.rsa.default_.DefaultPackage#getURL_Icon()
* @model required="true"
* @generated
*/
byte[] getIcon();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rsa.default_.URL#getIcon <em>Icon</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>Icon</em>' attribute.
* @see #getIcon()
* @generated
*/
void setIcon(byte[] value);
} // URL