Enum Class UserGroupOption

java.lang.Object
java.lang.Enum<UserGroupOption>
de.hybris.platform.commercefacades.user.UserGroupOption
All Implemented Interfaces:
Serializable, Comparable<UserGroupOption>, Constable

public enum UserGroupOption extends Enum<UserGroupOption>
  • Enum Constant Details

    • BASIC

      public static final UserGroupOption BASIC
      Generated enum value for UserGroupOption.BASIC value defined at extension commercefacades.
    • MEMBERS

      public static final UserGroupOption MEMBERS
      Generated enum value for UserGroupOption.MEMBERS value defined at extension commercefacades.
    • SUBGROUPS

      public static final UserGroupOption SUBGROUPS
      Generated enum value for UserGroupOption.SUBGROUPS value defined at extension commercefacades.
  • Method Details

    • values

      public static UserGroupOption[] 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 UserGroupOption 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