|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlPartitioningGroup_2_2
A representation of the model object 'Xml Partitioning Group2 2'. 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.
The following features are supported:
PartitioningReplication PartitioningRound Robin PartitioningPinned PartitioningRange PartitioningValue PartitioningHash PartitioningUnion PartitioningPartitioned
EclipseLinkOrmV2_2Package.getXmlPartitioningGroup_2_2()| Method Summary | |
|---|---|
XmlHashPartitioning_2_2 |
getHashPartitioning()
Returns the value of the 'Hash Partitioning' containment reference. |
java.lang.String |
getPartitioned()
Returns the value of the 'Partitioned' attribute. |
XmlPartitioning_2_2 |
getPartitioning()
Returns the value of the 'Partitioning' containment reference. |
XmlPinnedPartitioning_2_2 |
getPinnedPartitioning()
Returns the value of the 'Pinned Partitioning' containment reference. |
XmlRangePartitioning_2_2 |
getRangePartitioning()
Returns the value of the 'Range Partitioning' containment reference. |
XmlReplicationPartitioning_2_2 |
getReplicationPartitioning()
Returns the value of the 'Replication Partitioning' containment reference. |
XmlRoundRobinPartitioning_2_2 |
getRoundRobinPartitioning()
Returns the value of the 'Round Robin Partitioning' containment reference. |
XmlUnionPartitioning_2_2 |
getUnionPartitioning()
Returns the value of the 'Union Partitioning' containment reference. |
XmlValuePartitioning_2_2 |
getValuePartitioning()
Returns the value of the 'Value Partitioning' containment reference. |
void |
setHashPartitioning(XmlHashPartitioning_2_2 value)
Sets the value of the ' Hash Partitioning' containment reference. |
void |
setPartitioned(java.lang.String value)
Sets the value of the ' Partitioned' attribute. |
void |
setPartitioning(XmlPartitioning_2_2 value)
Sets the value of the ' Partitioning' containment reference. |
void |
setPinnedPartitioning(XmlPinnedPartitioning_2_2 value)
Sets the value of the ' Pinned Partitioning' containment reference. |
void |
setRangePartitioning(XmlRangePartitioning_2_2 value)
Sets the value of the ' Range Partitioning' containment reference. |
void |
setReplicationPartitioning(XmlReplicationPartitioning_2_2 value)
Sets the value of the ' Replication Partitioning' containment reference. |
void |
setRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 value)
Sets the value of the ' Round Robin Partitioning' containment reference. |
void |
setUnionPartitioning(XmlUnionPartitioning_2_2 value)
Sets the value of the ' Union Partitioning' containment reference. |
void |
setValuePartitioning(XmlValuePartitioning_2_2 value)
Sets the value of the ' Value Partitioning' containment reference. |
| Methods inherited from interface org.eclipse.jpt.jpa.core.resource.xml.JpaEObject |
|---|
containsOffset, createDeleteEdit, getSelectionTextRange, getValidationTextRange, isUnset |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
XmlPartitioning_2_2 getPartitioning()
If the meaning of the 'Partitioning' containment reference isn't clear, there really should be more of a description here...
setPartitioning(XmlPartitioning_2_2),
EclipseLinkOrmV2_2Package.getXmlPartitioningGroup_2_2_Partitioning()void setPartitioning(XmlPartitioning_2_2 value)
Partitioning' containment reference.
value - the new value of the 'Partitioning' containment reference.getPartitioning()XmlReplicationPartitioning_2_2 getReplicationPartitioning()
If the meaning of the 'Replication Partitioning' containment reference isn't clear, there really should be more of a description here...
setReplicationPartitioning(XmlReplicationPartitioning_2_2),
EclipseLinkOrmV2_2Package.getXmlPartitioningGroup_2_2_ReplicationPartitioning()void setReplicationPartitioning(XmlReplicationPartitioning_2_2 value)
Replication Partitioning' containment reference.
value - the new value of the 'Replication Partitioning' containment reference.getReplicationPartitioning()XmlRoundRobinPartitioning_2_2 getRoundRobinPartitioning()
If the meaning of the 'Round Robin Partitioning' containment reference isn't clear, there really should be more of a description here...
setRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2),
EclipseLinkOrmV2_2Package.getXmlPartitioningGroup_2_2_RoundRobinPartitioning()void setRoundRobinPartitioning(XmlRoundRobinPartitioning_2_2 value)
Round Robin Partitioning' containment reference.
value - the new value of the 'Round Robin Partitioning' containment reference.getRoundRobinPartitioning()XmlPinnedPartitioning_2_2 getPinnedPartitioning()
If the meaning of the 'Pinned Partitioning' containment reference isn't clear, there really should be more of a description here...
setPinnedPartitioning(XmlPinnedPartitioning_2_2),
EclipseLinkOrmV2_2Package.getXmlPartitioningGroup_2_2_PinnedPartitioning()void setPinnedPartitioning(XmlPinnedPartitioning_2_2 value)
Pinned Partitioning' containment reference.
value - the new value of the 'Pinned Partitioning' containment reference.getPinnedPartitioning()XmlRangePartitioning_2_2 getRangePartitioning()
If the meaning of the 'Range Partitioning' containment reference isn't clear, there really should be more of a description here...
setRangePartitioning(XmlRangePartitioning_2_2),
EclipseLinkOrmV2_2Package.getXmlPartitioningGroup_2_2_RangePartitioning()void setRangePartitioning(XmlRangePartitioning_2_2 value)
Range Partitioning' containment reference.
value - the new value of the 'Range Partitioning' containment reference.getRangePartitioning()XmlValuePartitioning_2_2 getValuePartitioning()
If the meaning of the 'Value Partitioning' containment reference isn't clear, there really should be more of a description here...
setValuePartitioning(XmlValuePartitioning_2_2),
EclipseLinkOrmV2_2Package.getXmlPartitioningGroup_2_2_ValuePartitioning()void setValuePartitioning(XmlValuePartitioning_2_2 value)
Value Partitioning' containment reference.
value - the new value of the 'Value Partitioning' containment reference.getValuePartitioning()XmlHashPartitioning_2_2 getHashPartitioning()
If the meaning of the 'Hash Partitioning' containment reference isn't clear, there really should be more of a description here...
setHashPartitioning(XmlHashPartitioning_2_2),
EclipseLinkOrmV2_2Package.getXmlPartitioningGroup_2_2_HashPartitioning()void setHashPartitioning(XmlHashPartitioning_2_2 value)
Hash Partitioning' containment reference.
value - the new value of the 'Hash Partitioning' containment reference.getHashPartitioning()XmlUnionPartitioning_2_2 getUnionPartitioning()
If the meaning of the 'Union Partitioning' containment reference isn't clear, there really should be more of a description here...
setUnionPartitioning(XmlUnionPartitioning_2_2),
EclipseLinkOrmV2_2Package.getXmlPartitioningGroup_2_2_UnionPartitioning()void setUnionPartitioning(XmlUnionPartitioning_2_2 value)
Union Partitioning' containment reference.
value - the new value of the 'Union Partitioning' containment reference.getUnionPartitioning()java.lang.String getPartitioned()
If the meaning of the 'Partitioned' attribute isn't clear, there really should be more of a description here...
setPartitioned(String),
EclipseLinkOrmV2_2Package.getXmlPartitioningGroup_2_2_Partitioned()void setPartitioned(java.lang.String value)
Partitioned' attribute.
value - the new value of the 'Partitioned' attribute.getPartitioned()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||