com.ibm.db.models.db2.zSeries
Interface PartitionKey

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface PartitionKey
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Partition Key'.

The following features are supported:

See Also:
com.ibm.db.models.db2.zSeries.ZSeriesPackage#getPartitionKey()

Method Summary
 org.eclipse.emf.common.util.EList getDataMembers()
          Returns the value of the 'Data Members' containment reference list.
 org.eclipse.emf.common.util.EList getKeyRanges()
          Returns the value of the 'Key Ranges' containment reference list.
 ZSeriesTable getTable()
          Returns the value of the 'Table' container reference.
 void setTable(ZSeriesTable value)
          Sets the value of the 'Table' container reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTable

ZSeriesTable getTable()
Returns the value of the 'Table' container reference. It is bidirectional and its opposite is 'Partition Key'.

If the meaning of the 'Table' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Table' container reference.
See Also:
setTable(ZSeriesTable), com.ibm.db.models.db2.zSeries.ZSeriesPackage#getPartitionKey_Table(), ZSeriesTable.getPartitionKey()

setTable

void setTable(ZSeriesTable value)
Sets the value of the 'Table' container reference.

Parameters:
value - the new value of the 'Table' container reference.
See Also:
getTable()

getDataMembers

org.eclipse.emf.common.util.EList getDataMembers()
Returns the value of the 'Data Members' containment reference list. The list contents are of type KeyDataMember.

If the meaning of the 'Data Members' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data Members' containment reference list.
See Also:
com.ibm.db.models.db2.zSeries.ZSeriesPackage#getPartitionKey_DataMembers()

getKeyRanges

org.eclipse.emf.common.util.EList getKeyRanges()
Returns the value of the 'Key Ranges' containment reference list. The list contents are of type KeyRange.

If the meaning of the 'Key Ranges' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Key Ranges' containment reference list.
See Also:
com.ibm.db.models.db2.zSeries.ZSeriesPackage#getPartitionKey_KeyRanges()