X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FArgument.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FArgument.html;h=0000000000000000000000000000000000000000;hb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;hp=a8879f4f45f32baa753a20a6ad539f8873d1da50;hpb=bc3346bd7c1c518fad867d4c60a53779e7516588;p=jabaws.git diff --git a/website/dm_javadoc/compbio/metadata/Argument.html b/website/dm_javadoc/compbio/metadata/Argument.html deleted file mode 100644 index a8879f4..0000000 --- a/website/dm_javadoc/compbio/metadata/Argument.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - -Argument - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -compbio.metadata -
-Interface Argument<T>

-
-
Type Parameters:
T - executable type
-
-
All Known Implementing Classes:
Option, Parameter
-
-
-
-
public interface Argument<T>
- - -

-An unmodifiable view for the options and parameters, with one exception - it - allows to set a value -

- -

-

-
Author:
-
pvtroshin - - Date December 2009
-
See Also:
Parameter, -Option
-
- -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- StringgetDefaultValue() - -
-           
- StringgetDescription() - -
-           
- URLgetFurtherDetails() - -
-           
- StringgetName() - -
-           
- List<String>getPossibleValues() - -
-           
- voidsetValue(String defaultValue) - -
-          Set default values for the parameter or an option
-  -

- - - - - - - - -
-Method Detail
- -

-getFurtherDetails

-
-URL getFurtherDetails()
-
-
-
-
-
-
- -

-getDefaultValue

-
-String getDefaultValue()
-
-
-
-
-
-
- -

-getDescription

-
-String getDescription()
-
-
-
-
-
-
- -

-getName

-
-String getName()
-
-
-
-
-
-
- -

-getPossibleValues

-
-List<String> getPossibleValues()
-
-
- -
Returns:
List of values allowed for an Argument
-
-
-
- -

-setValue

-
-void setValue(String defaultValue)
-              throws WrongParameterException
-
-
Set default values for the parameter or an option -

-

-
Parameters:
defaultValue - the value to be set -
Throws: -
WrongParameterException - - when the value to be set is illegal. Wrong value for - numeric parameter is the value defined outside it , for - string type parameter, wrong value is the one which is not - listed in possible values list
See Also:
ValueConstrain
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -