com.atlassian.confluence.spaces
Class SpaceType

java.lang.Object
  extended bycom.atlassian.confluence.spaces.SpaceType
All Implemented Interfaces:
Comparable, Serializable

public class SpaceType
extends Object
implements Serializable, Comparable

See Also:
Serialized Form

Field Summary
static SpaceType GLOBAL
           
static SpaceType PERSONAL
           
 
Method Summary
 int compareTo(Object o)
           
 boolean equals(Object o)
           
static SpaceType getSpaceType(String spaceTypeAsString)
           
 int hashCode()
           
static boolean isGlobal(Space space)
           
static boolean isPersonal(Space space)
           
 String toI18NKey()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

GLOBAL

public static final SpaceType GLOBAL

PERSONAL

public static final SpaceType PERSONAL
Method Detail

isPersonal

public static boolean isPersonal(Space space)

isGlobal

public static boolean isGlobal(Space space)

getSpaceType

public static SpaceType getSpaceType(String spaceTypeAsString)

equals

public boolean equals(Object o)

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

toI18NKey

public String toI18NKey()

toString

public String toString()

hashCode

public int hashCode()


Confluence is developed by Atlassian.