net.sf.farrago.fem.sql2003
Interface ColumnSetOwnsSampleDataset

All Superinterfaces:
RefAssociation, RefBaseObject
All Known Implementing Classes:
ColumnSetOwnsSampleDataset$Hib

public interface ColumnSetOwnsSampleDataset
extends RefAssociation

ColumnSetOwnsSampleDataset association proxy interface.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Method Summary
 boolean add(FemSampleDataset sampleDataset, FemAbstractColumnSet owningColumnSet)
          Creates a link between the pair of instance objects in the associations link set.
 boolean exists(FemSampleDataset sampleDataset, FemAbstractColumnSet owningColumnSet)
          Queries whether a link currently exists between a given pair of instance objects in the associations link set.
 FemAbstractColumnSet getOwningColumnSet(FemSampleDataset sampleDataset)
          Queries the instance object that is related to a particular instance object by a link in the current associations link set.
 List<FemSampleDataset> getSampleDataset(FemAbstractColumnSet owningColumnSet)
          Queries the instance objects that are related to a particular instance object by a link in the current associations link set.
 boolean remove(FemSampleDataset sampleDataset, FemAbstractColumnSet owningColumnSet)
          Removes a link between a pair of instance objects in the current associations link set.
 
Methods inherited from interface javax.jmi.reflect.RefAssociation
refAddLink, refAllLinks, refLinkExists, refQuery, refQuery, refRemoveLink
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

exists

boolean exists(FemSampleDataset sampleDataset,
               FemAbstractColumnSet owningColumnSet)
Queries whether a link currently exists between a given pair of instance objects in the associations link set.

Parameters:
sampleDataset - Value of the first association end.
owningColumnSet - Value of the second association end.
Returns:
Returns true if the queried link exists.

getSampleDataset

List<FemSampleDataset> getSampleDataset(FemAbstractColumnSet owningColumnSet)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set.

Parameters:
owningColumnSet - Required value of the second association end.
Returns:
List of related objects.

getOwningColumnSet

FemAbstractColumnSet getOwningColumnSet(FemSampleDataset sampleDataset)
Queries the instance object that is related to a particular instance object by a link in the current associations link set.

Parameters:
sampleDataset - Required value of the first association end.
Returns:
Related object or null if none exists.

add

boolean add(FemSampleDataset sampleDataset,
            FemAbstractColumnSet owningColumnSet)
Creates a link between the pair of instance objects in the associations link set.

Parameters:
sampleDataset - Value of the first association end.
owningColumnSet - Value of the second association end.

remove

boolean remove(FemSampleDataset sampleDataset,
               FemAbstractColumnSet owningColumnSet)
Removes a link between a pair of instance objects in the current associations link set.

Parameters:
sampleDataset - Value of the first association end.
owningColumnSet - Value of the second association end.