|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataResultIf
Interface that must be implemented by all Infofuze result classes.
Method Summary | |
---|---|
void |
close()
Closes the result. |
java.lang.String |
getName()
Returns the name of this result. |
java.lang.String |
getTransformId()
Returns the transformation identifier of the transformation this result is currently part of. |
Definitions.TransformMode |
getTransformMode()
Returns the transformation mode of the transformation this result is currently part of. |
boolean |
isOpen()
Tests whether this result is open or not. |
void |
open()
Opens this result. |
void |
reset()
Resets this result (i.e. resets the transformation mode and identifier). |
void |
setParameters(java.util.List<Parameter> params)
Sets the parameters. |
void |
setTransformId(java.lang.String id)
Sets the transformation identifier. |
void |
setTransformMode(Definitions.TransformMode transformMode)
Sets the transformation mode. |
Method Detail |
---|
void close()
java.lang.String getName()
java.lang.String getTransformId()
Definitions.TransformMode getTransformMode()
boolean isOpen()
void open()
void reset()
void setTransformId(java.lang.String id)
id
- A String specifying the transformation identifiervoid setTransformMode(Definitions.TransformMode transformMode)
transformMode
- The transformation modevoid setParameters(java.util.List<Parameter> params)
params
- A list containing the parameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |