org.incava.jagol

Class StringOption

public class StringOption extends NonBooleanOption

Represents an option that is an String.
Constructor Summary
StringOption(String longName, String description)
StringOption(String longName, String description, String value)
Method Summary
protected StringgetType()
StringgetValue()
Returns the value.
voidsetValue(String value)
Sets the value.
StringtoString()

Constructor Detail

StringOption

public StringOption(String longName, String description)

StringOption

public StringOption(String longName, String description, String value)

Method Detail

getType

protected String getType()

getValue

public String getValue()
Returns the value.

setValue

public void setValue(String value)
Sets the value.

toString

public String toString()