net.sf.farrago.fem.fennel
Interface FemGenericStreamDef

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

public interface FemGenericStreamDef
extends FemTupleStreamDef

GenericStreamDef object instance interface.

Dummy definition of an execution object, generated by planner tests but never converted into a real execution object.

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
 String getContent()
          Returns the value of attribute content.
 String getType()
          Returns the value of attribute type.
 void setContent(String newValue)
          Sets the value of content attribute.
 void setType(String newValue)
          Sets the value of type 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

getType

String getType()
Returns the value of attribute type.

Describes the type of operator being implemented.

Returns:
Value of attribute type.

setType

void setType(String newValue)
Sets the value of type attribute. See getType() for description on the attribute.

Parameters:
newValue - New value to be set.

getContent

String getContent()
Returns the value of attribute content.

Contains the properties of this mock execution stream, generally (but not necessarily) as an XML string.

Returns:
Value of attribute content.

setContent

void setContent(String newValue)
Sets the value of content attribute. See getContent() for description on the attribute.

Parameters:
newValue - New value to be set.