blob: 5f20d1165b08876a16996ce6a042d36211421e34 [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>ILabel</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILabel#getId <em>Id</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILabel#getItsTrigger <em>Its Trigger</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILabel#getItsAction <em>Its Action</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILabel#getItsGuard <em>Its Guard</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILabel#getModifiedTimeWeak <em>Modified Time Weak</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILabel#getMyState <em>My State</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILabel#getInheritsFromHandle <em>Inherits From Handle</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILabel#getCodeUpdateCGTime <em>Code Update CG Time</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILabel#getObjectCreation <em>Object Creation</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILabel#getUmlDependencyID <em>Uml Dependency ID</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getILabel()
* @model
* @generated
*/
public interface ILabel extends ItsLabelType {
/**
* 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#getILabel_Id()
* @model
* @generated
*/
String getId();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILabel#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>Its Trigger</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Its Trigger</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>Its Trigger</em>' containment reference.
* @see #setItsTrigger(ItsTriggerType)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getILabel_ItsTrigger()
* @model containment="true" resolveProxies="true"
* @generated
*/
ItsTriggerType getItsTrigger();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILabel#getItsTrigger <em>Its Trigger</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Its Trigger</em>' containment reference.
* @see #getItsTrigger()
* @generated
*/
void setItsTrigger(ItsTriggerType value);
/**
* Returns the value of the '<em><b>Its Action</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Its Action</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>Its Action</em>' containment reference.
* @see #setItsAction(IModelElement)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getILabel_ItsAction()
* @model containment="true" resolveProxies="true"
* @generated
*/
IModelElement getItsAction();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILabel#getItsAction <em>Its Action</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Its Action</em>' containment reference.
* @see #getItsAction()
* @generated
*/
void setItsAction(IModelElement value);
/**
* Returns the value of the '<em><b>Its Guard</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Its Guard</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>Its Guard</em>' containment reference.
* @see #setItsGuard(IModelElement)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getILabel_ItsGuard()
* @model containment="true" resolveProxies="true"
* @generated
*/
IModelElement getItsGuard();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILabel#getItsGuard <em>Its Guard</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Its Guard</em>' containment reference.
* @see #getItsGuard()
* @generated
*/
void setItsGuard(IModelElement value);
/**
* 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#getILabel_ModifiedTimeWeak()
* @model unique="false"
* @generated
*/
EList<String> getModifiedTimeWeak();
/**
* 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#getILabel_MyState()
* @model
* @generated
*/
String getMyState();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILabel#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>Inherits From Handle</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Inherits From Handle</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Inherits From Handle</em>' reference.
* @see #setInheritsFromHandle(ILabel)
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getILabel_InheritsFromHandle()
* @model
* @generated
*/
ILabel getInheritsFromHandle();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILabel#getInheritsFromHandle <em>Inherits From Handle</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Inherits From Handle</em>' reference.
* @see #getInheritsFromHandle()
* @generated
*/
void setInheritsFromHandle(ILabel value);
/**
* Returns the value of the '<em><b>Code Update CG Time</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Code Update CG Time</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>Code Update CG Time</em>' attribute list.
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getILabel_CodeUpdateCGTime()
* @model unique="false"
* @generated
*/
EList<String> getCodeUpdateCGTime();
/**
* 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#getILabel_ObjectCreation()
* @model
* @generated
*/
String getObjectCreation();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILabel#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>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#getILabel_UmlDependencyID()
* @model
* @generated
*/
String getUmlDependencyID();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.ILabel#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);
} // ILabel