-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOption.TypeEnumeration of the different implementations of theOptioninterface.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()The key of this option.Option.TypegetType()What type of option this is.StringgetValue()The value of this option.
-
-
-
Method Detail
-
getKey
String getKey()
The key of this option.- Returns:
- the key
-
getValue
String getValue()
The value of this option.- Returns:
- the value
-
getType
Option.Type getType()
What type of option this is.- Returns:
- the option type
-
-