| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.OptionDefinition |
An implementation for an option description.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
OptionDefinition(String name, String description)
Define a new
option. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getDescription()
Get the option description.
| ||||||||||
| String |
getName()
Get the definition name.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.IOptionDefinition
| |||||||||||
Define a new option.
| name | mandatory name |
|---|---|
| description | optional description |
Get the option description.
Get the definition name. If name is null, then this option is a simple description field.