org.obolibrary.cli
Class OBORunnerConfiguration.Variable<T>

java.lang.Object
  extended by org.obolibrary.cli.OBORunnerConfiguration.Variable<T>
Enclosing class:
OBORunnerConfiguration

public abstract class OBORunnerConfiguration.Variable<T>
extends Object


Field Summary
protected  T value
           
 
Constructor Summary
protected OBORunnerConfiguration.Variable(String name, T defaultValue)
           
 
Method Summary
 boolean doesReadValue()
           
 String getDescription()
           
 String getName()
           
 Iterable<String> getParameters()
           
 String getSetValueFailure()
           
 T getValue()
           
 boolean isEmpty()
           
 void setRealValue(T value)
           
abstract  boolean setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected T value
Constructor Detail

OBORunnerConfiguration.Variable

protected OBORunnerConfiguration.Variable(String name,
                                          T defaultValue)
Method Detail

getName

public String getName()

getDescription

public String getDescription()

getParameters

public Iterable<String> getParameters()

setValue

public abstract boolean setValue(String value)

setRealValue

public void setRealValue(T value)

getSetValueFailure

public String getSetValueFailure()

getValue

public T getValue()

doesReadValue

public boolean doesReadValue()

isEmpty

public boolean isEmpty()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2011. All Rights Reserved.