public static enum FrequencyWhiteboard.Scale extends Enum<FrequencyWhiteboard.Scale>
| Modifier and Type | Method and Description |
|---|---|
static FrequencyWhiteboard.Scale |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrequencyWhiteboard.Scale[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrequencyWhiteboard.Scale LINEAR
public static final FrequencyWhiteboard.Scale LOG10
public final String desc
public static FrequencyWhiteboard.Scale[] values()
for (FrequencyWhiteboard.Scale c : FrequencyWhiteboard.Scale.values()) System.out.println(c);
public static FrequencyWhiteboard.Scale 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 © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.