com.sap.netweaver.coll.wiki.api
Enum IWikiPage.State
java.lang.Object
java.lang.Enum<IWikiPage.State>
com.sap.netweaver.coll.wiki.api.IWikiPage.State
- All Implemented Interfaces:
- Serializable, Comparable<IWikiPage.State>
- Enclosing interface:
- IWikiPage
public static enum IWikiPage.State
- extends Enum<IWikiPage.State>
States of page
|
Method Summary |
static IWikiPage.State |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IWikiPage.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
Incomplete
public static final IWikiPage.State Incomplete
Published
public static final IWikiPage.State Published
Rejected
public static final IWikiPage.State Rejected
PendingForApproval
public static final IWikiPage.State PendingForApproval
Deleted
public static final IWikiPage.State Deleted
Archived
public static final IWikiPage.State Archived
Expired
public static final IWikiPage.State Expired
values
public static IWikiPage.State[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (IWikiPage.State c : IWikiPage.State.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static IWikiPage.State valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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 type has no constant
with the specified name
NullPointerException - if the argument is null
This class can be accessed from:
|
SC
|
DC
|
Public Part
|
ACH
|
[com.sap] KMC-WIKI
|
[com.sap] com.sap.netweaver.coll.wiki.api
|
api
|
BC-COM-WIK
|
Copyright 2014 SAP AG Complete Copyright Notice