Package pl.allegro.finance.tradukisto
Enum LongValueConverters
- java.lang.Object
-
- java.lang.Enum<LongValueConverters>
-
- pl.allegro.finance.tradukisto.LongValueConverters
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<LongValueConverters>
public enum LongValueConverters extends java.lang.Enum<LongValueConverters>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CROATIAN_LONGENGLISH_LONGHINDI_LONGJAPANESE_KANJI_LONGPOLISH_LONGSWEDISH_LONG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringasWords(java.lang.Long value)static LongValueConvertersvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LongValueConverters[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CROATIAN_LONG
public static final LongValueConverters CROATIAN_LONG
-
ENGLISH_LONG
public static final LongValueConverters ENGLISH_LONG
-
POLISH_LONG
public static final LongValueConverters POLISH_LONG
-
HINDI_LONG
public static final LongValueConverters HINDI_LONG
-
SWEDISH_LONG
public static final LongValueConverters SWEDISH_LONG
-
JAPANESE_KANJI_LONG
public static final LongValueConverters JAPANESE_KANJI_LONG
-
-
Method Detail
-
values
public static LongValueConverters[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (LongValueConverters c : LongValueConverters.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LongValueConverters valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
asWords
public java.lang.String asWords(java.lang.Long value)
-
-