Class CommandOptionValue
java.lang.Object
org.episteme.natural.chemistry.loaders.cml.util.CommandOptionValue
Represents a descriptor for an allowed value for a CommandOption.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
ConstructorsConstructorDescriptionCommandOptionValue(String name, String desc) Creates a new CommandOptionValue object. -
Method Summary
-
Constructor Details
-
CommandOptionValue
-
-
Method Details
-
usage
Returns a string representing the usage documentation for this value.- Returns:
- the usage string
-