public static enum PreferencesMenusDemoPlugin.Currency extends Enum<PreferencesMenusDemoPlugin.Currency>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PreferencesMenusDemoPlugin.Currency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreferencesMenusDemoPlugin.Currency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreferencesMenusDemoPlugin.Currency USD
public static final PreferencesMenusDemoPlugin.Currency EUR
public static final PreferencesMenusDemoPlugin.Currency RUB
public static final PreferencesMenusDemoPlugin.Currency CLP
public static PreferencesMenusDemoPlugin.Currency[] values()
for (PreferencesMenusDemoPlugin.Currency c : PreferencesMenusDemoPlugin.Currency.values()) System.out.println(c);
public static PreferencesMenusDemoPlugin.Currency 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 nullpublic String toString()
toString in class Enum<PreferencesMenusDemoPlugin.Currency>Copyright © 2024 LSST. All rights reserved.