public interface Option
Modifier and Type | Method and Description |
---|---|
char |
acronym()
Returns a one letter acronym for this option.
|
String |
name()
Returns the option name, usually the same as the enum constant name.
|
Copyright © 2024. All rights reserved.