java.lang.Object
java.lang.Enum<SpaceType>
org.exoplatform.social.core.storage.cache.model.key.SpaceType
All Implemented Interfaces:
Serializable, Comparable<SpaceType>, Constable

public enum SpaceType extends Enum<SpaceType>
Version:
$Revision$
Author:
Alain Defrance
  • Enum Constant Details

    • MEMBER

      public static final SpaceType MEMBER
    • MANAGER

      public static final SpaceType MANAGER
    • PENDING

      public static final SpaceType PENDING
    • INVITED

      public static final SpaceType INVITED
    • PUBLIC

      public static final SpaceType PUBLIC
    • ACCESSIBLE

      public static final SpaceType ACCESSIBLE
    • VISIBLE

      public static final SpaceType VISIBLE
    • ALL

      public static final SpaceType ALL
    • LATEST_ACCESSED

      public static final SpaceType LATEST_ACCESSED
    • VISITED

      public static final SpaceType VISITED
    • MEMBER_IDENTITY_IDS

      public static final SpaceType MEMBER_IDENTITY_IDS
    • MEMBER_IDS

      public static final SpaceType MEMBER_IDS
  • Method Details

    • values

      public static SpaceType[] 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 SpaceType 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