net.sf.farrago.fem.fennel
Interface FemReshapeParameter

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

public interface FemReshapeParameter
extends RefObject

ReshapeParameter 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
 int getCompareOffset()
          Returns the value of attribute compareOffset.
 int getDynamicParamId()
          Returns the value of attribute dynamicParamId.
 FemReshapeStreamDef getReshape()
          Returns the value of reference Reshape.
 boolean isOutputParam()
          Returns the value of attribute outputParam.
 void setCompareOffset(int newValue)
          Sets the value of compareOffset attribute.
 void setDynamicParamId(int newValue)
          Sets the value of dynamicParamId attribute.
 void setOutputParam(boolean newValue)
          Sets the value of outputParam attribute.
 void setReshape(FemReshapeStreamDef newValue)
          Sets the value of Reshape reference.
 
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

getDynamicParamId

int getDynamicParamId()
Returns the value of attribute dynamicParamId.

Returns:
Value of attribute dynamicParamId.

setDynamicParamId

void setDynamicParamId(int newValue)
Sets the value of dynamicParamId attribute. See getDynamicParamId() for description on the attribute.

Parameters:
newValue - New value to be set.

getCompareOffset

int getCompareOffset()
Returns the value of attribute compareOffset.

Returns:
Value of attribute compareOffset.

setCompareOffset

void setCompareOffset(int newValue)
Sets the value of compareOffset attribute. See getCompareOffset() for description on the attribute.

Parameters:
newValue - New value to be set.

isOutputParam

boolean isOutputParam()
Returns the value of attribute outputParam.

Returns:
Value of attribute outputParam.

setOutputParam

void setOutputParam(boolean newValue)
Sets the value of outputParam attribute. See isOutputParam() for description on the attribute.

Parameters:
newValue - New value to be set.

getReshape

FemReshapeStreamDef getReshape()
Returns the value of reference Reshape.

Returns:
Value of reference Reshape.

setReshape

void setReshape(FemReshapeStreamDef newValue)
Sets the value of Reshape reference. See getReshape() for description on the attribute.

Parameters:
newValue - New value to be set.