org.globus.cog.gridshell.getopt.interfaces
Interface Argument

All Superinterfaces:
Storable
All Known Implementing Classes:
ArgumentImpl

public interface Argument
extends Storable

An argument is a value that is not associated with an option


Method Summary
 Option getOptionThatOverrides()
          Arguments can have options that override them, this returns the option that overrides the need/value for this argument
 
Methods inherited from interface org.globus.cog.gridshell.getopt.interfaces.Storable
getDescription, getType, getValue, isRequired, isSet, setValue
 

Method Detail

getOptionThatOverrides

public Option getOptionThatOverrides()
Arguments can have options that override them, this returns the option that overrides the need/value for this argument

Returns: