|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PartitionFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
PartitionPackage
Field Summary | |
---|---|
static PartitionFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
ListRangePartitionItem |
createListRangePartitionItem()
Returns a new object of class 'List Range Partition Item'. |
PartitionNumInSegments |
createPartitionNumInSegments()
Returns a new object of class 'Num In Segments'. |
PartitionSegmentPair |
createPartitionSegmentPair()
Returns a new object of class 'Segment Pair'. |
SybaseASEHashPartition |
createSybaseASEHashPartition()
Returns a new object of class 'Sybase ASE Hash Partition'. |
SybaseASEListPartition |
createSybaseASEListPartition()
Returns a new object of class 'Sybase ASE List Partition'. |
SybaseASEPartition |
createSybaseASEPartition()
Returns a new object of class 'Sybase ASE Partition'. |
SybaseASERangePartition |
createSybaseASERangePartition()
Returns a new object of class 'Sybase ASE Range Partition'. |
SybaseASERoundrobinPartition |
createSybaseASERoundrobinPartition()
Returns a new object of class 'Sybase ASE Roundrobin Partition'. |
PartitionPackage |
getPartitionPackage()
Returns the package supported by this factory. |
Methods inherited from interface org.eclipse.emf.ecore.EFactory |
---|
convertToString, create, createFromString, getEPackage, setEPackage |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
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 |
Field Detail |
---|
static final PartitionFactory eINSTANCE
Method Detail |
---|
SybaseASEPartition createSybaseASEPartition()
SybaseASERangePartition createSybaseASERangePartition()
SybaseASEHashPartition createSybaseASEHashPartition()
SybaseASEListPartition createSybaseASEListPartition()
SybaseASERoundrobinPartition createSybaseASERoundrobinPartition()
PartitionSegmentPair createPartitionSegmentPair()
PartitionNumInSegments createPartitionNumInSegments()
ListRangePartitionItem createListRangePartitionItem()
PartitionPackage getPartitionPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |