net.sf.farrago.fem.sql2003
Interface FemSampleDatasetClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured
All Known Implementing Classes:
FemSampleDatasetClass$Hib

public interface FemSampleDatasetClass
extends RefClass

SampleDataset class proxy interface. A SampleDataset is a named association of a ColumnSet of sample data with an AbstractColumnSet.  An AbstractColumnSet can have several SampleDatasets, but their names must be distinct. If a query which uses (directly, or indirectly via a view) the AbstractColumnSet requests to use a named sample, and the AbstractColumnSet posesses such as sample, then the query is rewritten to use the sample data set instead.

Note that the second 's' in 'SampleDataset' is not capitalized, unlike the 's' in 'ColumnSet'. That is because 'dataset' is an English word.

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
 FemSampleDataset createFemSampleDataset()
          The default factory operation used to create an instance object.
 FemSampleDataset createFemSampleDataset(String name, String baselineTimestamp)
          Creates an instance object having attributes initialized by the passed values.
 
Methods inherited from interface javax.jmi.reflect.RefClass
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

createFemSampleDataset

FemSampleDataset createFemSampleDataset()
The default factory operation used to create an instance object.

Returns:
The created instance object.

createFemSampleDataset

FemSampleDataset createFemSampleDataset(String name,
                                        String baselineTimestamp)
Creates an instance object having attributes initialized by the passed values.

Parameters:
name -
baselineTimestamp -
Returns:
The created instance object.