net.sf.farrago.fem.fennel
Class FemIndexSearchDefClass$Hib

java.lang.Object
  extended by org.eigenbase.enki.jmi.impl.RefBaseObjectBase
      extended by org.eigenbase.enki.jmi.impl.RefFeaturedBase
          extended by org.eigenbase.enki.jmi.impl.RefClassBase
              extended by net.sf.farrago.fem.fennel.FemIndexSearchDefClass$Hib
All Implemented Interfaces:
RefBaseObject, RefClass, RefFeatured, FemIndexSearchDefClass

public class FemIndexSearchDefClass$Hib
extends RefClassBase
implements FemIndexSearchDefClass

Implements MOF's IndexSearchDef class proxy interface.

Author:
MofImplementationHandler

Constructor Summary
FemIndexSearchDefClass$Hib(RefPackage container)
           
 
Method Summary
protected  void checkConstraints(List<JmiException> errors, boolean deepVerify)
           
 FemIndexSearchDef createFemIndexSearchDef()
          The default factory operation used to create an instance object.
 FemIndexSearchDef createFemIndexSearchDef(String name, FemTupleDescriptor outputDesc, FemTupleProjection keyProj, long rootPageId, long segmentId, long indexId, FemTupleDescriptor tupleDesc, int rootPageIdParamId, boolean readOnlyCommittedData, FemTupleProjection outputProj, boolean uniqueKey, boolean outerJoin, FemTupleProjection inputKeyProj, FemTupleProjection inputJoinProj, FemTupleProjection inputDirectiveProj, boolean prefetch)
          Creates an instance object having attributes initialized by the passed values.
 Class<?> getInstanceClass()
           
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefClassBase
getRepository, refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum, refImmediatePackage, register, unregister
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefFeaturedBase
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefBaseObjectBase
createInstance, equals, getCurrentInitializer, getEnum, getInitializer, getMofId, getTag, hashCode, invokeMethod, invokeMethod, logJmi, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints, setMofId, setRefMetaObject
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

FemIndexSearchDefClass$Hib

FemIndexSearchDefClass$Hib(RefPackage container)
Method Detail

createFemIndexSearchDef

public FemIndexSearchDef createFemIndexSearchDef()
Description copied from interface: FemIndexSearchDefClass
The default factory operation used to create an instance object.

Specified by:
createFemIndexSearchDef in interface FemIndexSearchDefClass
Returns:
The created instance object.

createFemIndexSearchDef

public FemIndexSearchDef createFemIndexSearchDef(String name,
                                                 FemTupleDescriptor outputDesc,
                                                 FemTupleProjection keyProj,
                                                 long rootPageId,
                                                 long segmentId,
                                                 long indexId,
                                                 FemTupleDescriptor tupleDesc,
                                                 int rootPageIdParamId,
                                                 boolean readOnlyCommittedData,
                                                 FemTupleProjection outputProj,
                                                 boolean uniqueKey,
                                                 boolean outerJoin,
                                                 FemTupleProjection inputKeyProj,
                                                 FemTupleProjection inputJoinProj,
                                                 FemTupleProjection inputDirectiveProj,
                                                 boolean prefetch)
Description copied from interface: FemIndexSearchDefClass
Creates an instance object having attributes initialized by the passed values.

Specified by:
createFemIndexSearchDef in interface FemIndexSearchDefClass
Returns:
The created instance object.

checkConstraints

protected void checkConstraints(List<JmiException> errors,
                                boolean deepVerify)
Specified by:
checkConstraints in class RefBaseObjectBase

getInstanceClass

public Class<?> getInstanceClass()
Specified by:
getInstanceClass in class RefClassBase