com.adobe.solutions.prm.constants
Class ProjectState

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.solutions.prm.constants.ProjectState
All Implemented Interfaces:
Serializable, Comparable

public final class ProjectState
extends Enum

See Also:
Serialized Form

Field Summary
static ProjectState COMPLETED
           
static ProjectState IN_PROGRESS
           
static ProjectState INACTIVE
           
static ProjectState PENDING
           
static ProjectState TERMINATED
           
 
Method Summary
static ProjectState forName(String name)
           
 int getOrder()
           
static ProjectState valueOf(String name)
           
static ProjectState[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INACTIVE

public static final ProjectState INACTIVE

IN_PROGRESS

public static final ProjectState IN_PROGRESS

COMPLETED

public static final ProjectState COMPLETED

TERMINATED

public static final ProjectState TERMINATED

PENDING

public static final ProjectState PENDING
Method Detail

values

public static ProjectState[] values()

valueOf

public static ProjectState valueOf(String name)

forName

public static ProjectState forName(String name)

getOrder

public int getOrder()


[an error occurred while processing this directive] [an error occurred while processing this directive]