com.bea.wlevs.ede
Class Endpoint.Stagepoint

java.lang.Object
  |
  +--java.lang.Enum
        |
        +--com.bea.wlevs.ede.Endpoint.Stagepoint

public static final class Endpoint.Stagepoint
extends Enum

Specifies two locations within a stage: the entrypoint in a stage, and the exitpoint out of a stage

See Also:
Serialized Form

Field Summary
static Endpoint.Stagepoint ENTRY
           
static Endpoint.Stagepoint EXIT
           
 
Method Summary
static Endpoint.Stagepoint valueOf(String name)
           
static Endpoint.Stagepoint[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ENTRY

public static final Endpoint.Stagepoint ENTRY

EXIT

public static final Endpoint.Stagepoint EXIT
Method Detail

values

public static final Endpoint.Stagepoint[] values()

valueOf

public static Endpoint.Stagepoint valueOf(String name)