uk.ac.starlink.ttools.join
Class Match1TypeParameter

java.lang.Object
  extended by uk.ac.starlink.task.Parameter
      extended by uk.ac.starlink.ttools.join.Match1TypeParameter

public class Match1TypeParameter
extends uk.ac.starlink.task.Parameter

Parameter subclass whose value is a Match1Type object.

Since:
16 Nov 2007
Author:
Mark Taylor

Constructor Summary
Match1TypeParameter(String name)
          Constructor.
 
Method Summary
 void setValueFromString(uk.ac.starlink.task.Environment env, String sval)
           
 uk.ac.starlink.table.join.Match1Type typeValue(uk.ac.starlink.task.Environment env)
          Returns the value of this parameter as a Match1Type object.
 
Methods inherited from class uk.ac.starlink.task.Parameter
checkGotValue, clearValue, getDefault, getDescription, getName, getPosition, getPreferExplicit, getPrompt, getUsage, isNullPermitted, setDefault, setDescription, setDescription, setGotValue, setName, setNullPermitted, setPosition, setPreferExplicit, setPrompt, setStringValue, setUsage, stringValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Match1TypeParameter

public Match1TypeParameter(String name)
Constructor.

Parameters:
name - parameter name
Method Detail

setValueFromString

public void setValueFromString(uk.ac.starlink.task.Environment env,
                               String sval)
                        throws uk.ac.starlink.task.TaskException
Overrides:
setValueFromString in class uk.ac.starlink.task.Parameter
Throws:
uk.ac.starlink.task.TaskException

typeValue

public uk.ac.starlink.table.join.Match1Type typeValue(uk.ac.starlink.task.Environment env)
                                               throws uk.ac.starlink.task.TaskException
Returns the value of this parameter as a Match1Type object.

Parameters:
env - execution environment
Throws:
uk.ac.starlink.task.TaskException


Copyright © 2009 Central Laboratory of the Research Councils. All Rights Reserved.