Package weka.core
Annotation Type OptionMetadata
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface OptionMetadataMethod annotation that can be used with scheme parameters to provide a nice display-ready name for the parameter, help information and, if applicable, command line option details- Version:
- $Revision: 15249 $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringdescriptionDescription of this parameter.java.lang.StringdisplayNameThe nice GUI displayable name for this parameter
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringcategoryOptional category for the parameter.booleancommandLineParamIsFlagTrue if the command line version of this parameter is a flag (i.e.java.lang.StringcommandLineParamNameThe name of the command line version of this parameter (without leading -).java.lang.StringcommandLineParamSynopsisThe synopsis to display on in the command line help for this parameter (e.g.intdisplayOrderThe order (low to high), relative to other parameters, that this property should be displayed in the GUI and, if applicable, on the command line help
-
-
-
-
commandLineParamName
java.lang.String commandLineParamName
The name of the command line version of this parameter (without leading -). If this parameter is not a command line one, then just leave at the default empty string.- Returns:
- the name of the command line version of this parameter
- Default:
- ""
-
-
-
commandLineParamSynopsis
java.lang.String commandLineParamSynopsis
The synopsis to display on in the command line help for this parameter (e.g. -Z). If this parameter is not a command line one, then just leave at the default empty string. - Returns:
- the command line synopsis for this parameter
- Default:
- ""
-
-