|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.unex.sextante.outputs.Output
public abstract class Output
This class defines a generic output object
Output objects are contained in an OutputObjectsSet
and used to define the outputs generated by a geoalgorithm,
and also to hold them once the algorithm has created them
Constructor Summary | |
---|---|
Output()
|
Method Summary | |
---|---|
abstract java.lang.String |
getCommandLineParameter()
Returns the output as a command-line parameter |
java.lang.String |
getDescription()
Returns the description of the output object |
java.lang.String |
getFilename()
Returns the filename associated with the output object |
java.lang.String |
getName()
Returns the name of the object |
Output |
getNewInstance()
|
java.lang.Object |
getOutputObject()
Returns the value of the output object |
void |
setDescription(java.lang.String description)
Sets a new description for the output object |
void |
setFilename(java.lang.String filename)
Sets a new filename associated with this output object |
void |
setName(java.lang.String name)
Sets a new name for the output object |
abstract void |
setOutputObject(java.lang.Object object)
Sets a new value for the output object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Output()
Method Detail |
---|
public Output getNewInstance()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the new name for the output objectpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the new description for the output objectpublic java.lang.Object getOutputObject()
public abstract void setOutputObject(java.lang.Object object)
object
- the new value for the output objectpublic java.lang.String getFilename()
public void setFilename(java.lang.String filename)
filename
- the new filename associated with this output
objectpublic abstract java.lang.String getCommandLineParameter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |