Enum Class SystemGroup

java.lang.Object
java.lang.Enum<SystemGroup>
fr.becpg.model.SystemGroup
All Implemented Interfaces:
Serializable, Comparable<SystemGroup>, Constable

public enum SystemGroup extends Enum<SystemGroup>

SystemGroup class.

Version:
$Id: $Id
Author:
matthieu
  • Enum Constant Details

    • SystemMgr

      public static final SystemGroup SystemMgr
    • OlapUser

      public static final SystemGroup OlapUser
    • AiUser

      public static final SystemGroup AiUser
    • ExternalUser

      public static final SystemGroup ExternalUser
    • ExternalUserMgr

      public static final SystemGroup ExternalUserMgr
    • SecurityRole

      public static final SystemGroup SecurityRole
    • LanguageMgr

      public static final SystemGroup LanguageMgr
    • LicenseWriteNamed

      public static final SystemGroup LicenseWriteNamed
    • LicenseReadNamed

      public static final SystemGroup LicenseReadNamed
    • LicenseWriteConcurrent

      public static final SystemGroup LicenseWriteConcurrent
    • LicenseReadConcurrent

      public static final SystemGroup LicenseReadConcurrent
    • LicenseSupplierConcurrent

      public static final SystemGroup LicenseSupplierConcurrent
    • SavedSearchMgr

      public static final SystemGroup SavedSearchMgr
  • Constructor Details

    • SystemGroup

      private SystemGroup()
  • Method Details

    • values

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