Enum Class SpecialObjectSpecificationType

java.lang.Object
java.lang.Enum<SpecialObjectSpecificationType>
com.evolveum.midpoint.xml.ns._public.common.common_3.SpecialObjectSpecificationType
All Implemented Interfaces:
TypeSafeEnum, Serializable, Comparable<SpecialObjectSpecificationType>, Constable

public enum SpecialObjectSpecificationType extends Enum<SpecialObjectSpecificationType> implements TypeSafeEnum
Specification used to select special cases that are usually context-relative.
  • Enum Constant Details

    • SELF

      public static final SpecialObjectSpecificationType SELF
      Object that represents itself. This usually represents an object that corresponds to a currently logged-in user. E.g. it may be used to allow each user to change his own password.
    • SELF_DEPUTY_ASSIGNMENT

      public static final SpecialObjectSpecificationType SELF_DEPUTY_ASSIGNMENT
      "Deputy" assignment that points to the subject. May be replaced with something more general in the future.
    • SELF_DEPUTY_REF

      public static final SpecialObjectSpecificationType SELF_DEPUTY_REF
      "Deputy" reference that points to the subject. May be replaced with something more general in the future.
  • Method Details

    • values

      public static SpecialObjectSpecificationType[] 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 SpecialObjectSpecificationType 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 String value()
      Description copied from interface: TypeSafeEnum
      Returns enum value defined as in schema.
      Specified by:
      value in interface TypeSafeEnum
      Returns:
    • fromValue

      public static SpecialObjectSpecificationType fromValue(String v)