net.sf.farrago.fem.fennel
Interface FemGenericStreamDefClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured
All Known Implementing Classes:
FemGenericStreamDefClass$Hib

public interface FemGenericStreamDefClass
extends RefClass

GenericStreamDef class proxy 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
 FemGenericStreamDef createFemGenericStreamDef()
          The default factory operation used to create an instance object.
 FemGenericStreamDef createFemGenericStreamDef(String name, FemTupleDescriptor outputDesc, String type, String content)
          Creates an instance object having attributes initialized by the passed values.
 
Methods inherited from interface javax.jmi.reflect.RefClass
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum
 
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

createFemGenericStreamDef

FemGenericStreamDef createFemGenericStreamDef()
The default factory operation used to create an instance object.

Returns:
The created instance object.

createFemGenericStreamDef

FemGenericStreamDef createFemGenericStreamDef(String name,
                                              FemTupleDescriptor outputDesc,
                                              String type,
                                              String content)
Creates an instance object having attributes initialized by the passed values.

Parameters:
name -
outputDesc -
type -

Describes the type of operator being implemented.

content -

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

Returns:
The created instance object.