|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FemJavaTransformStreamDef
JavaTransformStreamDef object instance interface.
Execution object with zero or more inputs and zero or more outputs and a java class in the middle.
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 |
getJavaClassName()
Returns the value of attribute javaClassName. |
String |
getReserved()
Returns the value of attribute reserved. |
int |
getStreamId()
Returns the value of attribute streamId. |
void |
setJavaClassName(String newValue)
Sets the value of javaClassName attribute. |
void |
setReserved(String newValue)
Sets the value of reserved attribute. |
void |
setStreamId(int newValue)
Sets the value of streamId 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 getJavaClassName()
The fully-qualified name of the transform class.
void setJavaClassName(String newValue)
getJavaClassName()
for description on the attribute.
newValue
- New value to be set.String getReserved()
Reserved for future use. We may use it to hold the mode in which the class is invoked: using cooperative or pre-emptive scheduling.
void setReserved(String newValue)
getReserved()
for
description on the attribute.
newValue
- New value to be set.int getStreamId()
Handle of the java object.
void setStreamId(int newValue)
getStreamId()
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 |