| Package | Description |
|---|---|
| me.croabeast.beanslib.character |
| Modifier and Type | Method and Description |
|---|---|
static SmallCaps |
SmallCaps.valueOf(char character)
Returns the SmallCaps enum constant corresponding to the given character,
or null if none exists.
|
static SmallCaps |
SmallCaps.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmallCaps[] |
SmallCaps.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.