Enum MoneyType.MoneyTypeEnum

java.lang.Object
java.lang.Enum<MoneyType.MoneyTypeEnum>
com.commercetools.importapi.models.common.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
  • Enum Constant Details

  • Method Details

    • values

      public static MoneyType.MoneyTypeEnum[] 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

      public static MoneyType.MoneyTypeEnum valueOf(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:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getJsonName

      public String getJsonName()
      Description copied from interface: MoneyType
      the JSON value
      Specified by:
      getJsonName in interface JsonEnum
      Specified by:
      getJsonName in interface MoneyType
      Returns:
      json value
    • toString

      public String toString()
      Description copied from interface: MoneyType
      convert value to string
      Specified by:
      toString in interface JsonEnum
      Specified by:
      toString in interface MoneyType
      Overrides:
      toString in class Enum<MoneyType.MoneyTypeEnum>
      Returns:
      string representation