Uses of Interface
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.PartitionSegmentPair

Packages that use PartitionSegmentPair
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition   
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.impl   
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.util   
 

Uses of PartitionSegmentPair in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition
 

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition that return PartitionSegmentPair
 PartitionSegmentPair PartitionFactory.createPartitionSegmentPair()
          Returns a new object of class 'Segment Pair'.
 

Uses of PartitionSegmentPair in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.impl
 

Classes in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.impl that implement PartitionSegmentPair
 class PartitionSegmentPairImpl
          An implementation of the model object 'Partition Segment Pair'.
 

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.impl that return PartitionSegmentPair
 PartitionSegmentPair PartitionFactoryImpl.createPartitionSegmentPair()
           
 

Uses of PartitionSegmentPair in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.util
 

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.partition.util with parameters of type PartitionSegmentPair
 java.lang.Object PartitionSwitch.casePartitionSegmentPair(PartitionSegmentPair object)
          Returns the result of interpreting the object as an instance of 'Segment Pair'.