Enum Class GatewayRolesNames

java.lang.Object
java.lang.Enum<GatewayRolesNames>
org.gcube.vomanagement.usermanagement.model.GatewayRolesNames
All Implemented Interfaces:
Serializable, Comparable<GatewayRolesNames>, Constable

@Deprecated public enum GatewayRolesNames extends Enum<GatewayRolesNames>
Deprecated.
The Enum GatewayRolesNames.
  • Enum Constant Details

    • ACCOUNTING_MANAGER

      public static final GatewayRolesNames ACCOUNTING_MANAGER
      Deprecated.
      The ACCOUNTING_MANAGER.
    • CATALOGUE_ADMIN

      public static final GatewayRolesNames CATALOGUE_ADMIN
      Deprecated.
      The CATALOGUE_ADMIN.
    • CATALOGUE_EDITOR

      public static final GatewayRolesNames CATALOGUE_EDITOR
      Deprecated.
      The CATALOGUE_EDITOR.
    • CATALOGUE_MANAGER

      public static final GatewayRolesNames CATALOGUE_MANAGER
      Deprecated.
      The CATALOGUE_MANAGER.
    • CATALOGUE_MODERATOR

      public static final GatewayRolesNames CATALOGUE_MODERATOR
      Deprecated.
      The CATALOGUE_MODERATOR.
    • INFRASTRUCTURE_MANAGER

      public static final GatewayRolesNames INFRASTRUCTURE_MANAGER
      Deprecated.
      The INFRASTRUCTURE_MANAGER.
    • DATAMINER_MANAGER

      public static final GatewayRolesNames DATAMINER_MANAGER
      Deprecated.
      The DATAMINER_MANAGER.
    • DATA_MANAGER

      public static final GatewayRolesNames DATA_MANAGER
      Deprecated.
      The DATA_MANAGER.
    • DATA_EDITOR

      public static final GatewayRolesNames DATA_EDITOR
      Deprecated.
      The DATA_EDITOR.
    • VRE_MANAGER

      public static final GatewayRolesNames VRE_MANAGER
      Deprecated.
      The VRE_MANAGER.
    • VRE_DESIGNER

      public static final GatewayRolesNames VRE_DESIGNER
      Deprecated.
      The VRE_DESIGNER.
    • VO_ADMIN

      public static final GatewayRolesNames VO_ADMIN
      Deprecated.
      The VO_ADMIN.
  • Method Details

    • values

      public static GatewayRolesNames[] values()
      Deprecated.
      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 GatewayRolesNames valueOf(String name)
      Deprecated.
      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
    • getRoleName

      public String getRoleName()
      Deprecated.
      Gets the role name.
      Returns:
      the role name