public static enum HasEnum.Type extends Enum<HasEnum.Type>
| Modifier and Type | Method and Description |
|---|---|
static HasEnum.Type |
valueOf(String name) |
static HasEnum.Type[] |
values() |
public static final HasEnum.Type FOO
public static final HasEnum.Type BAR
public static HasEnum.Type[] values()
public static HasEnum.Type valueOf(String name)
Copyright © 2022 The Immutables.org authors. All rights reserved.