| Modifier and Type | Method and Description |
|---|---|
static Enumeration.Builder |
Enumeration.build()
Return a Builder to allow configuration of a new Enumeration.
|
static Enumeration.Builder |
Enumeration.build(String name,
String help)
Return a Builder to allow configuration of a new Enumeration.
|
Enumeration.Builder |
Enumeration.Builder.states(Class e)
Take states from the names of the values in an Enum class.
|
Enumeration.Builder |
Enumeration.Builder.states(String... s) |
Copyright © 2021. All rights reserved.