public static enum Currency.MultiplicityType extends Enum<Currency.MultiplicityType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Currency.MultiplicityType.Serializer
Сериализатор/десериализатор enum'а
|
| Modifier and Type | Method and Description |
|---|---|
static Currency.MultiplicityType |
valueOf(int val) |
static Currency.MultiplicityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Currency.MultiplicityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Currency.MultiplicityType _1
public static final Currency.MultiplicityType _10
public static final Currency.MultiplicityType _100
public static final Currency.MultiplicityType _1000
public static final Currency.MultiplicityType _10000
public static Currency.MultiplicityType[] values()
for (Currency.MultiplicityType c : Currency.MultiplicityType.values()) System.out.println(c);
public static Currency.MultiplicityType 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 static Currency.MultiplicityType valueOf(int val)
Copyright © 2024. All rights reserved.