Enum Class Policy.Arg

java.lang.Object
java.lang.Enum<Policy.Arg>
org.alfresco.repo.policy.Policy.Arg
All Implemented Interfaces:
Serializable, Comparable<Policy.Arg>, Constable
Enclosing interface:
Policy

public static enum Policy.Arg extends Enum<Policy.Arg>
Argument Configuration
  • Enum Constant Details

    • KEY

      public static final Policy.Arg KEY
    • START_VALUE

      public static final Policy.Arg START_VALUE
    • END_VALUE

      public static final Policy.Arg END_VALUE
  • Method Details

    • values

      public static Policy.Arg[] 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 Policy.Arg 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