|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec.Output
public class Output
A single output parameter. The meta-data supplies the name of the parameter. If it is to be re-named on input to the command-line, then an optional renameTo value should be supplied.
Constructor Summary | |
---|---|
Output()
Make a new output with properties set to null. |
|
Output(MetaData metaData,
String renameFrom)
Make a new output using the supplied meta-data and rename-from. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
MetaData |
getMetaData()
Get the meta-data describing this output. |
String |
getRenameFrom()
Get the internal name for the output. |
int |
hashCode()
|
void |
setMetaData(MetaData metaData)
Set the meta-data describing this output. |
void |
setRenameFrom(String renameFrom)
Set the internal name for the output, or set to null if no renaming should be done. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Output()
public Output(MetaData metaData, String renameFrom)
metaData
- the MetaData
describing the outputrenameFrom
- the internal name, if different from the external oneMethod Detail |
---|
public MetaData getMetaData()
MetaData
public void setMetaData(MetaData metaData)
metaData
- the new MetaData
public String getRenameFrom()
public void setRenameFrom(String renameFrom)
renameFrom
- the name to rename frompublic boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |