blob: bdaa95cdc57798261fec2117fc73283abb97fa3c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012, 2018 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - initial API and implementation
*******************************************************************************/
package org.eclipse.qvtd.xtext.qvtrelationcs;
import org.eclipse.emf.common.util.EList;
import org.eclipse.ocl.pivot.Property;
import org.eclipse.ocl.xtext.basecs.ModelElementCS;
import org.eclipse.ocl.xtext.basecs.PathNameCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Key Decl CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.xtext.qvtrelationcs.KeyDeclCS#getOwnedPathName <em>Owned Path Name</em>}</li>
* <li>{@link org.eclipse.qvtd.xtext.qvtrelationcs.KeyDeclCS#getPropertyIds <em>Property Ids</em>}</li>
* <li>{@link org.eclipse.qvtd.xtext.qvtrelationcs.KeyDeclCS#getOwnedOppositePropertyIds <em>Owned Opposite Property Ids</em>}</li>
* <li>{@link org.eclipse.qvtd.xtext.qvtrelationcs.KeyDeclCS#getClassId <em>Class Id</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.xtext.qvtrelationcs.QVTrelationCSPackage#getKeyDeclCS()
* @model
* @generated
*/
public interface KeyDeclCS extends ModelElementCS {
/**
* Returns the value of the '<em><b>Owned Path Name</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owned Path Name</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>Owned Path Name</em>' containment reference.
* @see #setOwnedPathName(PathNameCS)
* @see org.eclipse.qvtd.xtext.qvtrelationcs.QVTrelationCSPackage#getKeyDeclCS_OwnedPathName()
* @model containment="true"
* @generated
*/
PathNameCS getOwnedPathName();
/**
* Sets the value of the '{@link org.eclipse.qvtd.xtext.qvtrelationcs.KeyDeclCS#getOwnedPathName <em>Owned Path Name</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Owned Path Name</em>' containment reference.
* @see #getOwnedPathName()
* @generated
*/
void setOwnedPathName(PathNameCS value);
/**
* Returns the value of the '<em><b>Property Ids</b></em>' reference list.
* The list contents are of type {@link org.eclipse.ocl.pivot.Property}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Property Ids</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Property Ids</em>' reference list.
* @see org.eclipse.qvtd.xtext.qvtrelationcs.QVTrelationCSPackage#getKeyDeclCS_PropertyIds()
* @model
* @generated
*/
EList<Property> getPropertyIds();
/**
* Returns the value of the '<em><b>Owned Opposite Property Ids</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.xtext.basecs.PathNameCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owned Opposite Property Ids</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Owned Opposite Property Ids</em>' containment reference list.
* @see org.eclipse.qvtd.xtext.qvtrelationcs.QVTrelationCSPackage#getKeyDeclCS_OwnedOppositePropertyIds()
* @model containment="true"
* @generated
*/
EList<PathNameCS> getOwnedOppositePropertyIds();
/**
* Returns the value of the '<em><b>Class Id</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Class Id</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Class Id</em>' reference.
* @see org.eclipse.qvtd.xtext.qvtrelationcs.QVTrelationCSPackage#getKeyDeclCS_ClassId()
* @model resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true"
* @generated
*/
org.eclipse.ocl.pivot.Class getClassId();
} // KeyDeclCS