blob: c7c2f72d97e232e422cf8cd9568ffc4390745a55 [file] [log] [blame]
/**
* Copyright (c) 2016 CEA LIST 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:
* CEA LIST - Initial API and implementation
*
*/
package org.eclipse.papyrus.interoperability.rpy.rpymetamodel;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>IPackage</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getModifiedTimeWeak <em>Modified Time Weak</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getId <em>Id</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getUmlDependencyID <em>Uml Dependency ID</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getLastID <em>Last ID</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getMyState <em>My State</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getAnnotations <em>Annotations</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getObjectCreation <em>Object Creation</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getStereotypes <em>Stereotypes</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getProperties <em>Properties</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getCmheader <em>Cmheader</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIPackage()
* @model
* @generated
*/
public interface IPackage extends IUnit {
/**
* Returns the value of the '<em><b>Modified Time Weak</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Modified Time Weak</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Modified Time Weak</em>' attribute list.
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIPackage_ModifiedTimeWeak()
* @model unique="false"
* @generated
*/
EList<String> getModifiedTimeWeak();
/**
* Returns the value of the '<em><b>Id</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Id</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Id</em>' attribute.
* @see #setId(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIPackage_Id()
* @model
* @generated
*/
String getId();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getId <em>Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Id</em>' attribute.
* @see #getId()
* @generated
*/
void setId(String value);
/**
* Returns the value of the '<em><b>Description</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Description</em>' containment reference.
* @see #setDescription(IDescription)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIPackage_Description()
* @model containment="true" resolveProxies="true"
* @generated
*/
IDescription getDescription();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getDescription <em>Description</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' containment reference.
* @see #getDescription()
* @generated
*/
void setDescription(IDescription value);
/**
* Returns the value of the '<em><b>Uml Dependency ID</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Uml Dependency ID</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Uml Dependency ID</em>' attribute.
* @see #setUmlDependencyID(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIPackage_UmlDependencyID()
* @model
* @generated
*/
String getUmlDependencyID();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getUmlDependencyID <em>Uml Dependency ID</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Uml Dependency ID</em>' attribute.
* @see #getUmlDependencyID()
* @generated
*/
void setUmlDependencyID(String value);
/**
* Returns the value of the '<em><b>Last ID</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Last ID</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Last ID</em>' attribute.
* @see #setLastID(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIPackage_LastID()
* @model
* @generated
*/
String getLastID();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getLastID <em>Last ID</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Last ID</em>' attribute.
* @see #getLastID()
* @generated
*/
void setLastID(String value);
/**
* Returns the value of the '<em><b>My State</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>My State</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>My State</em>' attribute.
* @see #setMyState(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIPackage_MyState()
* @model
* @generated
*/
String getMyState();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getMyState <em>My State</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>My State</em>' attribute.
* @see #getMyState()
* @generated
*/
void setMyState(String value);
/**
* Returns the value of the '<em><b>Annotations</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Annotations</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Annotations</em>' containment reference.
* @see #setAnnotations(IComment)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIPackage_Annotations()
* @model containment="true" resolveProxies="true"
* @generated
*/
IComment getAnnotations();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getAnnotations <em>Annotations</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Annotations</em>' containment reference.
* @see #getAnnotations()
* @generated
*/
void setAnnotations(IComment value);
/**
* Returns the value of the '<em><b>Object Creation</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Object Creation</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Object Creation</em>' attribute.
* @see #setObjectCreation(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIPackage_ObjectCreation()
* @model
* @generated
*/
String getObjectCreation();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getObjectCreation <em>Object Creation</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Object Creation</em>' attribute.
* @see #getObjectCreation()
* @generated
*/
void setObjectCreation(String value);
/**
* Returns the value of the '<em><b>Stereotypes</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Stereotypes</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Stereotypes</em>' reference.
* @see #setStereotypes(IModelElement)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIPackage_Stereotypes()
* @model
* @generated
*/
IModelElement getStereotypes();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getStereotypes <em>Stereotypes</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Stereotypes</em>' reference.
* @see #getStereotypes()
* @generated
*/
void setStereotypes(IModelElement value);
/**
* Returns the value of the '<em><b>Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>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>Name</em>' attribute.
* @see #setName(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIPackage_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getName <em>Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Name</em>' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
/**
* Returns the value of the '<em><b>Properties</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Properties</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Properties</em>' containment reference.
* @see #setProperties(IPropertyContainer)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIPackage_Properties()
* @model containment="true" resolveProxies="true"
* @generated
*/
IPropertyContainer getProperties();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getProperties <em>Properties</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Properties</em>' containment reference.
* @see #getProperties()
* @generated
*/
void setProperties(IPropertyContainer value);
/**
* Returns the value of the '<em><b>Cmheader</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Cmheader</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Cmheader</em>' attribute.
* @see #setCmheader(String)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIPackage_Cmheader()
* @model
* @generated
*/
String getCmheader();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IPackage#getCmheader <em>Cmheader</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Cmheader</em>' attribute.
* @see #getCmheader()
* @generated
*/
void setCmheader(String value);
} // IPackage