Enum MoneyType.MoneyTypeEnum
- All Implemented Interfaces:
MoneyType
,JsonEnum
,Serializable
,Comparable<MoneyType.MoneyTypeEnum>
,java.lang.constant.Constable
- Enclosing interface:
- MoneyType
public static enum MoneyType.MoneyTypeEnum
extends Enum<MoneyType.MoneyTypeEnum>
implements MoneyType
possible values of MoneyType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface com.commercetools.api.models.common.MoneyType
MoneyType.MoneyTypeEnum
-
Enum Constant Summary
-
Field Summary
Fields inherited from interface com.commercetools.api.models.common.MoneyType
CENT_PRECISION, HIGH_PRECISION
-
Method Summary
Modifier and TypeMethodDescriptionthe JSON valuetoString()
convert value to stringstatic MoneyType.MoneyTypeEnum
Returns the enum constant of this type with the specified name.static MoneyType.MoneyTypeEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
CENT_PRECISION
centPrecision -
HIGH_PRECISION
highPrecision
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getJsonName
Description copied from interface:MoneyType
the JSON value- Specified by:
getJsonName
in interfaceJsonEnum
- Specified by:
getJsonName
in interfaceMoneyType
- Returns:
- json value
-
toString
Description copied from interface:MoneyType
convert value to string
-