net.sf.farrago.fem.fennel
Interface FemReshapeStreamDef

All Superinterfaces:
FemExecutionStreamDef, FemTupleStreamDef, RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemReshapeStreamDef$Hib

public interface FemReshapeStreamDef
extends FemTupleStreamDef

ReshapeStreamDef 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
 CompOperator getCompareOp()
          Returns the value of attribute compareOp.
 FemTupleProjection getInputCompareProjection()
          Returns the value of attribute inputCompareProjection.
 FemTupleProjection getOutputProjection()
          Returns the value of attribute outputProjection.
 List<FemReshapeParameter> getReshapeParameter()
          Returns the value of reference ReshapeParameter.
 String getTupleCompareBytesBase64()
          Returns the value of attribute tupleCompareBytesBase64.
 void setCompareOp(CompOperator newValue)
          Sets the value of compareOp attribute.
 void setInputCompareProjection(FemTupleProjection newValue)
          Sets the value of inputCompareProjection attribute.
 void setOutputProjection(FemTupleProjection newValue)
          Sets the value of outputProjection attribute.
 void setTupleCompareBytesBase64(String newValue)
          Sets the value of tupleCompareBytesBase64 attribute.
 
Methods inherited from interface net.sf.farrago.fem.fennel.FemExecutionStreamDef
getDynamicParamUse, getInputFlow, getName, getOutputDesc, getOutputFlow, setName, setOutputDesc
 
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

getCompareOp

CompOperator getCompareOp()
Returns the value of attribute compareOp.

Returns:
Value of attribute compareOp.

setCompareOp

void setCompareOp(CompOperator newValue)
Sets the value of compareOp attribute. See getCompareOp() for description on the attribute.

Parameters:
newValue - New value to be set.

getTupleCompareBytesBase64

String getTupleCompareBytesBase64()
Returns the value of attribute tupleCompareBytesBase64.

Returns:
Value of attribute tupleCompareBytesBase64.

setTupleCompareBytesBase64

void setTupleCompareBytesBase64(String newValue)
Sets the value of tupleCompareBytesBase64 attribute. See getTupleCompareBytesBase64() for description on the attribute.

Parameters:
newValue - New value to be set.

getInputCompareProjection

FemTupleProjection getInputCompareProjection()
Returns the value of attribute inputCompareProjection.

Returns:
Value of attribute inputCompareProjection.

setInputCompareProjection

void setInputCompareProjection(FemTupleProjection newValue)
Sets the value of inputCompareProjection attribute. See getInputCompareProjection() for description on the attribute.

Parameters:
newValue - New value to be set.

getOutputProjection

FemTupleProjection getOutputProjection()
Returns the value of attribute outputProjection.

Returns:
Value of attribute outputProjection.

setOutputProjection

void setOutputProjection(FemTupleProjection newValue)
Sets the value of outputProjection attribute. See getOutputProjection() for description on the attribute.

Parameters:
newValue - New value to be set.

getReshapeParameter

List<FemReshapeParameter> getReshapeParameter()
Returns the value of reference ReshapeParameter.

Returns:
Value of reference ReshapeParameter. Element type: FemReshapeParameter