com.sap.workspaces.content

Class Availability

java.lang.Object
  extended by com.sap.workspaces.content.Availability

public final class Availability
extends Object

Defines constants that indicate availability of the content item in the content galleries, such as Module Gallery and Link Gallery


Field Summary
static Availability APPLICATION_LIST
          Applications in the Link Gallery
static Availability GALLERY
          Module Gallery
static Availability REPORT_LIST
          Reports in Link Gallery
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
static Availability valueOf(String value)
          Converts the specified string value to the value
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

APPLICATION_LIST

public static final Availability APPLICATION_LIST
Applications in the Link Gallery


GALLERY

public static final Availability GALLERY
Module Gallery


REPORT_LIST

public static final Availability REPORT_LIST
Reports in Link Gallery

Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

valueOf

public static Availability valueOf(String value)
Converts the specified string value to the value

Parameters:
value - the string value of a value
Returns:
value object


Copyright 2011 SAP AG Complete Copyright Notice