public class BivesOption extends Object
Modifier and Type | Field and Description |
---|---|
String |
description
The description.
|
boolean |
showInHelp
Should that be shown in the help.
|
int |
value
The value.
|
Constructor and Description |
---|
BivesOption(int value,
String description)
Instantiates a new option.
|
BivesOption(int value,
String description,
boolean showInHelp)
Instantiates a new option.
|
public String description
public int value
public boolean showInHelp
public BivesOption(int value, String description)
value
- the valuedescription
- the descriptionpublic BivesOption(int value, String description, boolean showInHelp)
value
- the valuedescription
- the descriptionshowInHelp
- should this option be shown in help?Copyright © 2015 SEMS project @ University of Rostock. All rights reserved.