@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface OptionMetadata
Modifier and Type | Required Element and Description |
---|---|
String |
description
Description of this parameter.
|
String |
displayName
The nice GUI displayable name for this parameter
|
Modifier and Type | Optional Element and Description |
---|---|
String |
category
Optional category for the parameter.
|
boolean |
commandLineParamIsFlag
True if the command line version of this parameter is a flag (i.e.
|
String |
commandLineParamName
The name of the command line version of this parameter (without leading -).
|
String |
commandLineParamSynopsis
The synopsis to display on in the command line help for this parameter
(e.g.
|
int |
displayOrder
The 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
|
public abstract String displayName
public abstract String description
public abstract String category
public abstract int displayOrder
public abstract String commandLineParamName
public abstract boolean commandLineParamIsFlag
public abstract String commandLineParamSynopsis
Copyright © 2020 University of Waikato, Hamilton, NZ. All rights reserved.