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

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

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

A representation of the model object 'Key Range'.

The following features are supported:

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

Method Summary
 org.eclipse.emf.common.util.EList getEndingLimit()
          Returns the value of the 'Ending Limit' attribute list.
 ZSeriesPartition getPartition()
          Returns the value of the 'Partition' reference.
 boolean isInclusive()
          Returns the value of the 'Inclusive' attribute.
 void setInclusive(boolean value)
          Sets the value of the 'Inclusive' attribute.
 void setPartition(ZSeriesPartition value)
          Sets the value of the 'Partition' 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

isInclusive

boolean isInclusive()
Returns the value of the 'Inclusive' attribute.

If the meaning of the 'Inclusive' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Inclusive' attribute.
See Also:
setInclusive(boolean), com.ibm.db.models.db2.zSeries.ZSeriesPackage#getKeyRange_Inclusive()

setInclusive

void setInclusive(boolean value)
Sets the value of the 'Inclusive' attribute.

Parameters:
value - the new value of the 'Inclusive' attribute.
See Also:
isInclusive()

getEndingLimit

org.eclipse.emf.common.util.EList getEndingLimit()
Returns the value of the 'Ending Limit' attribute list. The list contents are of type String.

If the meaning of the 'Ending Limit' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ending Limit' attribute list.
See Also:
com.ibm.db.models.db2.zSeries.ZSeriesPackage#getKeyRange_EndingLimit()

getPartition

ZSeriesPartition getPartition()
Returns the value of the 'Partition' reference.

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

Returns:
the value of the 'Partition' reference.
See Also:
setPartition(ZSeriesPartition), com.ibm.db.models.db2.zSeries.ZSeriesPackage#getKeyRange_Partition()

setPartition

void setPartition(ZSeriesPartition value)
Sets the value of the 'Partition' reference.

Parameters:
value - the new value of the 'Partition' reference.
See Also:
getPartition()