net.sf.farrago.fem.fennel
Interface FemKeyAccessorDef

All Superinterfaces:
RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
FemIndexAccessorDef, FemIndexLoaderDef, FemIndexScanDef, FemIndexSearchDef, FemIndexStreamDef, FemIndexWriterDef, FemLbmGeneratorStreamDef, FemLbmSearchStreamDef, FemLcsClusterAppendStreamDef, FemLcsClusterReplaceStreamDef, FemLcsClusterScanDef, FemSortingStreamDef, FemSplicerIndexAccessorDef
All Known Implementing Classes:
FemIndexLoaderDef$Hib, FemIndexScanDef$Hib, FemIndexSearchDef$Hib, FemIndexWriterDef$Hib, FemLbmGeneratorStreamDef$Hib, FemLbmSearchStreamDef$Hib, FemLcsClusterAppendStreamDef$Hib, FemLcsClusterReplaceStreamDef$Hib, FemLcsClusterScanDef$Hib, FemSortingStreamDef$Hib, FemSplicerIndexAccessorDef$Hib

public interface FemKeyAccessorDef
extends RefObject

KeyAccessorDef object instance 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
 FemTupleProjection getKeyProj()
          Returns the value of attribute keyProj.
 void setKeyProj(FemTupleProjection newValue)
          Sets the value of keyProj attribute.
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
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

getKeyProj

FemTupleProjection getKeyProj()
Returns the value of attribute keyProj.

Returns:
Value of attribute keyProj.

setKeyProj

void setKeyProj(FemTupleProjection newValue)
Sets the value of keyProj attribute. See getKeyProj() for description on the attribute.

Parameters:
newValue - New value to be set.