|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.workspaces.workspace.Status
public final class Status
Enumeration of the shared workspace statuses
| Field Summary | |
|---|---|
static Status |
CLOSED
The workspace is closed |
static Status |
DRAFT
he workspace is created but not published |
static Status |
PENDING
The workspace is pending for approval |
static Status |
PUBLISHED
The workspace is created and published |
| Constructor Summary | |
|---|---|
protected |
Status(String value)
Constructs a new Status |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
static Status |
valueOf(String value)
Converts the specified string value to the workspace status |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Status PUBLISHED
public static final Status DRAFT
public static final Status CLOSED
public static final Status PENDING
| Constructor Detail |
|---|
protected Status(String value)
Status
value - string value, which can be later converted toString() method| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic static Status valueOf(String value)
value - the string value of a workspace status
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||