Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/model/src/org/eclipse/jpt/jpa/eclipselink/core/resource/orm/v2_2/XmlPartitioningGroup_2_2.java')
-rw-r--r--jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/model/src/org/eclipse/jpt/jpa/eclipselink/core/resource/orm/v2_2/XmlPartitioningGroup_2_2.java58
1 files changed, 33 insertions, 25 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/model/src/org/eclipse/jpt/jpa/eclipselink/core/resource/orm/v2_2/XmlPartitioningGroup_2_2.java b/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/model/src/org/eclipse/jpt/jpa/eclipselink/core/resource/orm/v2_2/XmlPartitioningGroup_2_2.java
index 7ea0d3b99d..1a51e611f4 100644
--- a/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/model/src/org/eclipse/jpt/jpa/eclipselink/core/resource/orm/v2_2/XmlPartitioningGroup_2_2.java
+++ b/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/model/src/org/eclipse/jpt/jpa/eclipselink/core/resource/orm/v2_2/XmlPartitioningGroup_2_2.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2010 Oracle. All rights reserved.
+ * Copyright (c) 2010, 2013 Oracle. 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.
@@ -10,6 +10,14 @@
package org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2;
import org.eclipse.jpt.common.core.resource.xml.EBaseObject;
+import org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlHashPartitioning;
+import org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlPartitioning;
+import org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlPinnedPartitioning;
+import org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlRangePartitioning;
+import org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlReplicationPartitioning;
+import org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlRoundRobinPartitioning;
+import org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlUnionPartitioning;
+import org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlValuePartitioning;
/**
* <!-- begin-user-doc -->
@@ -53,12 +61,12 @@ public interface XmlPartitioningGroup_2_2 extends EBaseObject
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Partitioning</em>' containment reference.
- * @see #setPartitioning(XmlPartitioning_2_2)
+ * @see #setPartitioning(XmlPartitioning)
* @see org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package#getXmlPartitioningGroup_2_2_Partitioning()
* @model containment="true"
* @generated
*/
- XmlPartitioning_2_2 getPartitioning();
+ XmlPartitioning getPartitioning();
/**
* Sets the value of the '{@link org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioningGroup_2_2#getPartitioning <em>Partitioning</em>}' containment reference.
@@ -68,7 +76,7 @@ public interface XmlPartitioningGroup_2_2 extends EBaseObject
* @see #getPartitioning()
* @generated
*/
- void setPartitioning(XmlPartitioning_2_2 value);
+ void setPartitioning(XmlPartitioning value);
/**
* Returns the value of the '<em><b>Replication Partitioning</b></em>' containment reference.
@@ -79,12 +87,12 @@ public interface XmlPartitioningGroup_2_2 extends EBaseObject
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Replication Partitioning</em>' containment reference.
- * @see #setReplicationPartitioning(XmlReplicationPartitioning_2_2)
+ * @see #setReplicationPartitioning(XmlReplicationPartitioning)
* @see org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package#getXmlPartitioningGroup_2_2_ReplicationPartitioning()
* @model containment="true"
* @generated
*/
- XmlReplicationPartitioning_2_2 getReplicationPartitioning();
+ XmlReplicationPartitioning getReplicationPartitioning();
/**
* Sets the value of the '{@link org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioningGroup_2_2#getReplicationPartitioning <em>Replication Partitioning</em>}' containment reference.
@@ -94,7 +102,7 @@ public interface XmlPartitioningGroup_2_2 extends EBaseObject
* @see #getReplicationPartitioning()
* @generated
*/
- void setReplicationPartitioning(XmlReplicationPartitioning_2_2 value);
+ void setReplicationPartitioning(XmlReplicationPartitioning value);
/**
* Returns the value of the '<em><b>Round Robin Partitioning</b></em>' containment reference.
@@ -105,12 +113,12 @@ public interface XmlPartitioningGroup_2_2 extends EBaseObject
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Round Robin Partitioning</em>' containment reference.
- * @see #setRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2)
+ * @see #setRoundRobinPartitioning(XmlRoundRobinPartitioning)
* @see org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package#getXmlPartitioningGroup_2_2_RoundRobinPartitioning()
* @model containment="true"
* @generated
*/
- XmlRoundRobinPartitioning_2_2 getRoundRobinPartitioning();
+ XmlRoundRobinPartitioning getRoundRobinPartitioning();
/**
* Sets the value of the '{@link org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioningGroup_2_2#getRoundRobinPartitioning <em>Round Robin Partitioning</em>}' containment reference.
@@ -120,7 +128,7 @@ public interface XmlPartitioningGroup_2_2 extends EBaseObject
* @see #getRoundRobinPartitioning()
* @generated
*/
- void setRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 value);
+ void setRoundRobinPartitioning(XmlRoundRobinPartitioning value);
/**
* Returns the value of the '<em><b>Pinned Partitioning</b></em>' containment reference.
@@ -131,12 +139,12 @@ public interface XmlPartitioningGroup_2_2 extends EBaseObject
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Pinned Partitioning</em>' containment reference.
- * @see #setPinnedPartitioning(XmlPinnedPartitioning_2_2)
+ * @see #setPinnedPartitioning(XmlPinnedPartitioning)
* @see org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package#getXmlPartitioningGroup_2_2_PinnedPartitioning()
* @model containment="true"
* @generated
*/
- XmlPinnedPartitioning_2_2 getPinnedPartitioning();
+ XmlPinnedPartitioning getPinnedPartitioning();
/**
* Sets the value of the '{@link org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioningGroup_2_2#getPinnedPartitioning <em>Pinned Partitioning</em>}' containment reference.
@@ -146,7 +154,7 @@ public interface XmlPartitioningGroup_2_2 extends EBaseObject
* @see #getPinnedPartitioning()
* @generated
*/
- void setPinnedPartitioning(XmlPinnedPartitioning_2_2 value);
+ void setPinnedPartitioning(XmlPinnedPartitioning value);
/**
* Returns the value of the '<em><b>Range Partitioning</b></em>' containment reference.
@@ -157,12 +165,12 @@ public interface XmlPartitioningGroup_2_2 extends EBaseObject
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Range Partitioning</em>' containment reference.
- * @see #setRangePartitioning(XmlRangePartitioning_2_2)
+ * @see #setRangePartitioning(XmlRangePartitioning)
* @see org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package#getXmlPartitioningGroup_2_2_RangePartitioning()
* @model containment="true"
* @generated
*/
- XmlRangePartitioning_2_2 getRangePartitioning();
+ XmlRangePartitioning getRangePartitioning();
/**
* Sets the value of the '{@link org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioningGroup_2_2#getRangePartitioning <em>Range Partitioning</em>}' containment reference.
@@ -172,7 +180,7 @@ public interface XmlPartitioningGroup_2_2 extends EBaseObject
* @see #getRangePartitioning()
* @generated
*/
- void setRangePartitioning(XmlRangePartitioning_2_2 value);
+ void setRangePartitioning(XmlRangePartitioning value);
/**
* Returns the value of the '<em><b>Value Partitioning</b></em>' containment reference.
@@ -183,12 +191,12 @@ public interface XmlPartitioningGroup_2_2 extends EBaseObject
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Value Partitioning</em>' containment reference.
- * @see #setValuePartitioning(XmlValuePartitioning_2_2)
+ * @see #setValuePartitioning(XmlValuePartitioning)
* @see org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package#getXmlPartitioningGroup_2_2_ValuePartitioning()
* @model containment="true"
* @generated
*/
- XmlValuePartitioning_2_2 getValuePartitioning();
+ XmlValuePartitioning getValuePartitioning();
/**
* Sets the value of the '{@link org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioningGroup_2_2#getValuePartitioning <em>Value Partitioning</em>}' containment reference.
@@ -198,7 +206,7 @@ public interface XmlPartitioningGroup_2_2 extends EBaseObject
* @see #getValuePartitioning()
* @generated
*/
- void setValuePartitioning(XmlValuePartitioning_2_2 value);
+ void setValuePartitioning(XmlValuePartitioning value);
/**
* Returns the value of the '<em><b>Hash Partitioning</b></em>' containment reference.
@@ -209,12 +217,12 @@ public interface XmlPartitioningGroup_2_2 extends EBaseObject
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Hash Partitioning</em>' containment reference.
- * @see #setHashPartitioning(XmlHashPartitioning_2_2)
+ * @see #setHashPartitioning(XmlHashPartitioning)
* @see org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package#getXmlPartitioningGroup_2_2_HashPartitioning()
* @model containment="true"
* @generated
*/
- XmlHashPartitioning_2_2 getHashPartitioning();
+ XmlHashPartitioning getHashPartitioning();
/**
* Sets the value of the '{@link org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioningGroup_2_2#getHashPartitioning <em>Hash Partitioning</em>}' containment reference.
@@ -224,7 +232,7 @@ public interface XmlPartitioningGroup_2_2 extends EBaseObject
* @see #getHashPartitioning()
* @generated
*/
- void setHashPartitioning(XmlHashPartitioning_2_2 value);
+ void setHashPartitioning(XmlHashPartitioning value);
/**
* Returns the value of the '<em><b>Union Partitioning</b></em>' containment reference.
@@ -235,12 +243,12 @@ public interface XmlPartitioningGroup_2_2 extends EBaseObject
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Union Partitioning</em>' containment reference.
- * @see #setUnionPartitioning(XmlUnionPartitioning_2_2)
+ * @see #setUnionPartitioning(XmlUnionPartitioning)
* @see org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.EclipseLinkOrmV2_2Package#getXmlPartitioningGroup_2_2_UnionPartitioning()
* @model containment="true"
* @generated
*/
- XmlUnionPartitioning_2_2 getUnionPartitioning();
+ XmlUnionPartitioning getUnionPartitioning();
/**
* Sets the value of the '{@link org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_2.XmlPartitioningGroup_2_2#getUnionPartitioning <em>Union Partitioning</em>}' containment reference.
@@ -250,7 +258,7 @@ public interface XmlPartitioningGroup_2_2 extends EBaseObject
* @see #getUnionPartitioning()
* @generated
*/
- void setUnionPartitioning(XmlUnionPartitioning_2_2 value);
+ void setUnionPartitioning(XmlUnionPartitioning value);
/**
* Returns the value of the '<em><b>Partitioned</b></em>' attribute.

Back to the top