|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FemGenericStreamDef
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 |
---|
String getType()
Describes the type of operator being implemented.
void setType(String newValue)
getType()
for
description on the attribute.
newValue
- New value to be set.String getContent()
Contains the properties of this mock execution stream, generally (but not necessarily) as an XML string.
void setContent(String newValue)
getContent()
for
description on the attribute.
newValue
- New value to be set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |