|
||||||||||
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.Input
public class Input
A single input 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 | |
---|---|
Input()
Create a new input with all properties set to null. |
|
Input(MetaData metaData,
String renameTo)
Create a new input with the provided values. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
MetaData |
getMetaData()
Get the meta-data associated with this input, including the public name. |
String |
getRenameTo()
Get the internal name of the input, or NULL if it doesn't need renaming. |
int |
hashCode()
|
void |
setMetaData(MetaData metaData)
Set the meta-data associated with this input. |
void |
setRenameTo(String renameTo)
Set the internal name of the input, or NULL if it doesn't need renaming. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Input()
public Input(MetaData metaData, String renameTo)
metaData
- the MetaData
to userenameTo
- the name to rename toMethod Detail |
---|
public MetaData getMetaData()
MetaData
describing this inputpublic void setMetaData(MetaData metaData)
metaData
- the MetaData
describing this inputpublic String getRenameTo()
public void setRenameTo(String renameTo)
renameTo
- the internal namepublic 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 |