blob: 852b147f350cec772e6e26ba9dad96107c25281c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013 Oracle. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0, which accompanies this distribution
* and is available at https://www.eclipse.org/legal/epl-2.0/.
*
* Contributors:
* Oracle - initial API and implementation
******************************************************************************/
package org.eclipse.jpt.jpa.core.resource.orm.v2_1;
import org.eclipse.emf.common.util.EList;
import org.eclipse.jpt.jpa.core.resource.orm.XmlConvert;
import org.eclipse.jpt.jpa.core.resource.orm.XmlForeignKey;
import org.eclipse.jpt.jpa.core.resource.orm.XmlNamedEntityGraph;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Xml Entity 21</b></em>'.
*
* Provisional API: This interface is part of an interim API that is still
* under development and expected to change significantly before reaching
* stability. It is available at this early stage to solicit feedback from
* pioneering adopters on the understanding that any code that uses this API
* will almost certainly be broken (repeatedly) as the API evolves.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.jpt.jpa.core.resource.orm.v2_1.XmlEntity_2_1#getPrimaryKeyForeignKey <em>Primary Key Foreign Key</em>}</li>
* <li>{@link org.eclipse.jpt.jpa.core.resource.orm.v2_1.XmlEntity_2_1#getConverts <em>Converts</em>}</li>
* <li>{@link org.eclipse.jpt.jpa.core.resource.orm.v2_1.XmlEntity_2_1#getNamedEntityGraphs <em>Named Entity Graphs</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.jpt.jpa.core.resource.orm.v2_1.OrmV2_1Package#getXmlEntity_2_1()
* @model kind="class" interface="true" abstract="true"
* @generated
*/
public interface XmlEntity_2_1 extends XmlQueryContainer_2_1
{
/**
* Returns the value of the '<em><b>Primary Key Foreign Key</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Primary Key Foreign Key</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>Primary Key Foreign Key</em>' containment reference.
* @see #setPrimaryKeyForeignKey(XmlForeignKey)
* @see org.eclipse.jpt.jpa.core.resource.orm.v2_1.OrmV2_1Package#getXmlEntity_2_1_PrimaryKeyForeignKey()
* @model containment="true"
* @generated
*/
XmlForeignKey getPrimaryKeyForeignKey();
/**
* Sets the value of the '{@link org.eclipse.jpt.jpa.core.resource.orm.v2_1.XmlEntity_2_1#getPrimaryKeyForeignKey <em>Primary Key Foreign Key</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Primary Key Foreign Key</em>' containment reference.
* @see #getPrimaryKeyForeignKey()
* @generated
*/
void setPrimaryKeyForeignKey(XmlForeignKey value);
/**
* Returns the value of the '<em><b>Converts</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.jpt.jpa.core.resource.orm.XmlConvert}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Converts</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>Converts</em>' containment reference list.
* @see org.eclipse.jpt.jpa.core.resource.orm.v2_1.OrmV2_1Package#getXmlEntity_2_1_Converts()
* @model containment="true"
* @generated
*/
EList<XmlConvert> getConverts();
/**
* Returns the value of the '<em><b>Named Entity Graphs</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.jpt.jpa.core.resource.orm.XmlNamedEntityGraph}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Named Entity Graphs</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>Named Entity Graphs</em>' containment reference list.
* @see org.eclipse.jpt.jpa.core.resource.orm.v2_1.OrmV2_1Package#getXmlEntity_2_1_NamedEntityGraphs()
* @model containment="true"
* @generated
*/
EList<XmlNamedEntityGraph> getNamedEntityGraphs();
} // XmlEntity_2_1