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