net.sf.farrago.fem.fennel
Interface FemAggInvocation

All Superinterfaces:
RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemAggInvocation$Hib

public interface FemAggInvocation
extends RefObject

AggInvocation 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
 FemAggStreamDef getAggStreamDef()
          Returns the value of reference AggStreamDef.
 AggFunction getFunction()
          Returns the value of attribute function.
 int getInputAttributeIndex()
          Returns the value of attribute inputAttributeIndex.
 void setAggStreamDef(FemAggStreamDef newValue)
          Sets the value of AggStreamDef reference.
 void setFunction(AggFunction newValue)
          Sets the value of function attribute.
 void setInputAttributeIndex(int newValue)
          Sets the value of inputAttributeIndex 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

getFunction

AggFunction getFunction()
Returns the value of attribute function.

Returns:
Value of attribute function.

setFunction

void setFunction(AggFunction newValue)
Sets the value of function attribute. See getFunction() for description on the attribute.

Parameters:
newValue - New value to be set.

getInputAttributeIndex

int getInputAttributeIndex()
Returns the value of attribute inputAttributeIndex.

Returns:
Value of attribute inputAttributeIndex.

setInputAttributeIndex

void setInputAttributeIndex(int newValue)
Sets the value of inputAttributeIndex attribute. See getInputAttributeIndex() for description on the attribute.

Parameters:
newValue - New value to be set.

getAggStreamDef

FemAggStreamDef getAggStreamDef()
Returns the value of reference AggStreamDef.

Returns:
Value of reference AggStreamDef.

setAggStreamDef

void setAggStreamDef(FemAggStreamDef newValue)
Sets the value of AggStreamDef reference. See getAggStreamDef() for description on the attribute.

Parameters:
newValue - New value to be set.