public class Performance extends Object implements ExpandableParameter
| Modifier and Type | Field and Description |
|---|---|
private String |
label |
private String |
name |
static Performance |
PREMIUM |
static Performance |
STANDARD |
private static List<Performance> |
values |
| Modifier | Constructor and Description |
|---|---|
private |
Performance(String name,
String label) |
| Modifier and Type | Method and Description |
|---|---|
static Performance |
fromName(String value) |
boolean |
isExpandedValue() |
static List<Performance> |
values() |
public static final Performance STANDARD
public static final Performance PREMIUM
private static final List<Performance> values
private final String name
private final String label
public static List<Performance> values()
@Nonnull public static Performance fromName(@Nonnull String value)
public boolean isExpandedValue()
isExpandedValue in interface ExpandableParameterCopyright © 2024. All rights reserved.