EnumOption

constructor(@NonNull name: String, @NonNull e: Array<Enum>)

Create a new EnumOption.

Parameters

name

The name of this option

e

The enum to back these options


constructor(@NonNull name: String, @NonNull e: Array<Enum>, @NonNull def: Enum)

Create a new EnumOption.

Parameters

name

The name of this option

e

The enum to back these options

def

Default value