Enum Class ServiceMessage.Duplicating

java.lang.Object
java.lang.Enum<ServiceMessage.Duplicating>
de.hybris.platform.prosservices.pros.services.ServiceMessage.Duplicating
All Implemented Interfaces:
Serializable, Comparable<ServiceMessage.Duplicating>, Constable
Enclosing class:
ServiceMessage

public static enum ServiceMessage.Duplicating extends Enum<ServiceMessage.Duplicating>
The enum Duplicating.
  • Enum Constant Details

  • Method Details

    • values

      public static ServiceMessage.Duplicating[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ServiceMessage.Duplicating valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public Boolean value()
      Value boolean.
      Returns:
      the boolean
    • fromValue

      public static ServiceMessage.Duplicating fromValue(Boolean value)
      From value service message . duplicating.
      Parameters:
      value - the value
      Returns:
      the service message . duplicating