public static enum CdsInfo.Details extends Enum<CdsInfo.Details>
Modifier and Type | Method and Description |
---|---|
static CdsInfo.Details |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdsInfo.Details[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CdsInfo.Details LOW
public static final CdsInfo.Details MEDIUM
public static final CdsInfo.Details HIGH
public static CdsInfo.Details[] values()
for (CdsInfo.Details c : CdsInfo.Details.values()) System.out.println(c);
public static CdsInfo.Details valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023. All rights reserved.