X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FArgument.html;h=eda553aeeab13d03e73b11d95d29422c5dbf465d;hb=6695d8f2418a044b900e9a23dfc3bd04e0f7c222;hp=c55be5f18caf8acf38e326efbfb3732c1ce62dc3;hpb=cb02e8a08893701386c270a8bf9d0f08b9cbc4db;p=jabaws.git diff --git a/website/dm_javadoc/compbio/metadata/Argument.html b/website/dm_javadoc/compbio/metadata/Argument.html index c55be5f..eda553a 100644 --- a/website/dm_javadoc/compbio/metadata/Argument.html +++ b/website/dm_javadoc/compbio/metadata/Argument.html @@ -2,12 +2,12 @@ - + Argument - + @@ -128,7 +128,7 @@ An unmodifiable view for the options and parameters, with one exception - it - java.lang.String + String getDefaultValue()
@@ -136,7 +136,7 @@ An unmodifiable view for the options and parameters, with one exception - it - java.lang.String + String getDescription()
@@ -144,7 +144,7 @@ An unmodifiable view for the options and parameters, with one exception - it - java.net.URL + URL getFurtherDetails()
@@ -152,7 +152,7 @@ An unmodifiable view for the options and parameters, with one exception - it - java.lang.String + String getName()
@@ -160,7 +160,7 @@ An unmodifiable view for the options and parameters, with one exception - it - java.util.List<java.lang.String> + List<String> getPossibleValues()
@@ -169,7 +169,7 @@ An unmodifiable view for the options and parameters, with one exception - it  void -setValue(java.lang.String defaultValue) +setValue(String defaultValue)
          Set default values for the parameter or an option @@ -191,7 +191,7 @@ An unmodifiable view for the options and parameters, with one exception - it

getFurtherDetails

-java.net.URL getFurtherDetails()
+URL getFurtherDetails()
@@ -202,7 +202,7 @@ java.net.URL getFurtherDetails()

getDefaultValue

-java.lang.String getDefaultValue()
+String getDefaultValue()
@@ -213,7 +213,7 @@ java.lang.String getDefaultValue()

getDescription

-java.lang.String getDescription()
+String getDescription()
@@ -224,7 +224,7 @@ java.lang.String getDescription()

getName

-java.lang.String getName()
+String getName()
@@ -235,7 +235,7 @@ java.lang.String getName()

getPossibleValues

-java.util.List<java.lang.String> getPossibleValues()
+List<String> getPossibleValues()
@@ -247,7 +247,7 @@ java.util.List<java.lang.String> getPossibleValues()

setValue

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