|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Enum | +--com.bea.wlevs.ede.Endpoint.Stagepoint
Specifies two locations within a stage: the entrypoint in a stage, and the exitpoint out of a stage
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 |
public static final Endpoint.Stagepoint ENTRY
public static final Endpoint.Stagepoint EXIT
Method Detail |
public static final Endpoint.Stagepoint[] values()
public static Endpoint.Stagepoint valueOf(String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |