Enum Class Verb

java.lang.Object
java.lang.Enum<Verb>
net.bluemind.core.container.model.acl.Verb
All Implemented Interfaces:
Serializable, Comparable<Verb>, Constable

public enum Verb extends Enum<Verb>
  • Enum Constant Details

    • Invitation

      public static final Verb Invitation
    • Freebusy

      public static final Verb Freebusy
    • SendOnBehalf

      public static final Verb SendOnBehalf
    • SendAs

      public static final Verb SendAs
    • Read

      public static final Verb Read
    • ReadExtended

      public static final Verb ReadExtended
    • Write

      public static final Verb Write
    • Manage

      public static final Verb Manage
    • All

      public static final Verb All
  • Field Details

    • verbs

      public final Verb[] verbs
  • Method Details

    • values

      public static Verb[] 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 Verb 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
    • can

      public boolean can(Verb v)
    • parentHierarchy

      public Set<Verb> parentHierarchy()
    • expand

      public static Set<Verb> expand(Verb parent)
    • compact

      public static Set<Verb> compact(List<Verb> verbs)