Enum Class DataAccessPermission

java.lang.Object
java.lang.Enum<DataAccessPermission>
com.evolveum.midpoint.web.component.dialog.privacy.DataAccessPermission
All Implemented Interfaces:
Describable, Serializable, Comparable<DataAccessPermission>, Constable

public enum DataAccessPermission extends Enum<DataAccessPermission> implements Describable
  • Enum Constant Details

  • Method Details

    • values

      public static DataAccessPermission[] 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 DataAccessPermission 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
    • title

      public org.apache.wicket.model.StringResourceModel title()
      Description copied from interface: Describable
      Title of the object.
      Specified by:
      title in interface Describable
    • description

      public org.apache.wicket.model.StringResourceModel description()
      Description copied from interface: Describable
      Description of the object.
      Specified by:
      description in interface Describable
    • toSchemaType

      public DataAccessPermissionType toSchemaType()