org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition
Interface SybaseASERoundrobinPartition

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, SQLObject, SybaseASEPartition
All Known Implementing Classes:
SybaseASERoundrobinPartitionImpl

public interface SybaseASERoundrobinPartition
extends SybaseASEPartition, SQLObject

A representation of the model object 'Sybase ASE Roundrobin Partition'.

The following features are supported:

See Also:
PartitionPackage.getSybaseASERoundrobinPartition()

Method Summary
 PartitionNumInSegments getPartitionNumInSegments()
          Returns the value of the 'Partition Num In Segments' reference.
 org.eclipse.emf.common.util.EList getPartitionSegmentPairs()
          Returns the value of the 'Partition Segment Pairs' reference list.
 void setPartitionNumInSegments(PartitionNumInSegments value)
          Sets the value of the 'Partition Num In Segments' reference.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getExtensions, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotations
 
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

getPartitionSegmentPairs

org.eclipse.emf.common.util.EList getPartitionSegmentPairs()
Returns the value of the 'Partition Segment Pairs' reference list. The list contents are of type PartitionSegmentPair.

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

Returns:
the value of the 'Partition Segment Pairs' reference list.
See Also:
PartitionPackage.getSybaseASERoundrobinPartition_PartitionSegmentPairs()

getPartitionNumInSegments

PartitionNumInSegments getPartitionNumInSegments()
Returns the value of the 'Partition Num In Segments' reference.

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

Returns:
the value of the 'Partition Num In Segments' reference.
See Also:
setPartitionNumInSegments(PartitionNumInSegments), PartitionPackage.getSybaseASERoundrobinPartition_PartitionNumInSegments()

setPartitionNumInSegments

void setPartitionNumInSegments(PartitionNumInSegments value)
Sets the value of the 'Partition Num In Segments' reference.

Parameters:
value - the new value of the 'Partition Num In Segments' reference.
See Also:
getPartitionNumInSegments()