net.sf.farrago.fem.fennel
Interface FemLbmGeneratorStreamDefClass

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

public interface FemLbmGeneratorStreamDefClass
extends RefClass

LbmGeneratorStreamDef class 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
 FemLbmGeneratorStreamDef createFemLbmGeneratorStreamDef()
          The default factory operation used to create an instance object.
 FemLbmGeneratorStreamDef createFemLbmGeneratorStreamDef(FemTupleProjection keyProj, long rootPageId, long segmentId, long indexId, FemTupleDescriptor tupleDesc, int rootPageIdParamId, boolean readOnlyCommittedData, String name, FemTupleDescriptor outputDesc, FemTupleProjection outputProj, boolean isFullScan, boolean hasExtraFilter, FemTupleProjection residualFilterColumns, TableSamplingMode samplingMode, float samplingRate, boolean samplingRepeatable, int samplingRepeatableSeed, int samplingClumps, long samplingRowCount, int insertRowCountParamId, boolean createIndex)
          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

createFemLbmGeneratorStreamDef

FemLbmGeneratorStreamDef createFemLbmGeneratorStreamDef()
The default factory operation used to create an instance object.

Returns:
The created instance object.

createFemLbmGeneratorStreamDef

FemLbmGeneratorStreamDef createFemLbmGeneratorStreamDef(FemTupleProjection keyProj,
                                                        long rootPageId,
                                                        long segmentId,
                                                        long indexId,
                                                        FemTupleDescriptor tupleDesc,
                                                        int rootPageIdParamId,
                                                        boolean readOnlyCommittedData,
                                                        String name,
                                                        FemTupleDescriptor outputDesc,
                                                        FemTupleProjection outputProj,
                                                        boolean isFullScan,
                                                        boolean hasExtraFilter,
                                                        FemTupleProjection residualFilterColumns,
                                                        TableSamplingMode samplingMode,
                                                        float samplingRate,
                                                        boolean samplingRepeatable,
                                                        int samplingRepeatableSeed,
                                                        int samplingClumps,
                                                        long samplingRowCount,
                                                        int insertRowCountParamId,
                                                        boolean createIndex)
Creates an instance object having attributes initialized by the passed values.

Parameters:
keyProj -
rootPageId -
segmentId -
indexId -
tupleDesc -
rootPageIdParamId -
readOnlyCommittedData -
name -
outputDesc -
outputProj -
isFullScan -
hasExtraFilter -
residualFilterColumns -
samplingMode -
samplingRate -
samplingRepeatable -
samplingRepeatableSeed -
samplingClumps -
samplingRowCount -
insertRowCountParamId -
createIndex -
Returns:
The created instance object.