com.sap.netweaver.coll.wiki.api

Enum IWikiPage.State

java.lang.Object
  extended by java.lang.Enum<IWikiPage.State>
      extended by 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


Enum Constant Summary
Archived
           
Deleted
           
Expired
           
Incomplete
           
PendingForApproval
           
Published
           
Rejected
           
 
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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
Access Rights

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