|
Enterprise Workspaces 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.workspaces.workspace.Type
public final class Type
Enumeration of the workspace types
| Field Summary | |
|---|---|
static Type |
PERSONAL
Personal workspace |
static Type |
SHARED
Shared workspace |
| Constructor Summary | |
|---|---|
protected |
Type(String value)
Constructs a new Type |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
static Type |
valueOf(String value)
Converts the specified string value to the workspace type |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Type SHARED
public static final Type PERSONAL
| Constructor Detail |
|---|
protected Type(String value)
Type
value - string value, which can be later converted by the toString() method| Method Detail |
|---|
public String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static Type valueOf(String value)
value - the string value of a workspace type
|
Enterprise Workspaces 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||