|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.task.JoinFixActionParameter.Fixer
public abstract class JoinFixActionParameter.Fixer
Helper class which defines how suffixes are turned into JoinFixActions.
Constructor Summary | |
---|---|
JoinFixActionParameter.Fixer(String name,
String description)
Constructor. |
Method Summary | |
---|---|
abstract JoinFixAction |
createAction(Environment env,
StringParameter suffixParam)
Returns a JoinFixAction corresponding to a given label. |
String |
getDescription()
Returns a short description of the function of this object. |
String |
toString()
Returns object name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JoinFixActionParameter.Fixer(String name, String description)
name
- object name, for presentation to the user as a
parameter valuedescription
- short description of the functionMethod Detail |
---|
public abstract JoinFixAction createAction(Environment env, StringParameter suffixParam) throws TaskException
env
- execution environmentsuffixParam
- parameter supplying suffix value
(got from a createSuffixParameter
method)
TaskException
public String getDescription()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |