public class Option
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
Option(java.lang.String name,
java.lang.Object value)
Creates an option object
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name of the option
|
java.lang.Object |
getValue()
Gets the value of the option
|