|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.obe.util.AbstractBean org.obe.xpdl.model.misc.Invocation org.obe.xpdl.model.ext.Trigger
Field Summary | |
protected int |
_count
|
static java.lang.String |
COUNT
|
Fields inherited from class org.obe.xpdl.model.misc.Invocation |
_actualParameter, _id, ACTUAL_PARAMETER, ID |
Constructor Summary | |
protected |
Trigger()
|
protected |
Trigger(java.lang.String id,
java.lang.String count)
|
Method Summary | |
void |
accept(PackageVisitor visitor)
|
int |
getCount()
|
void |
setCount(int count)
|
Methods inherited from class org.obe.xpdl.model.misc.Invocation |
add, getActualParameter, getActualParameter, getId, remove, setActualParameter, setActualParameter, setId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COUNT
protected int _count
Constructor Detail |
protected Trigger()
protected Trigger(java.lang.String id, java.lang.String count)
Method Detail |
public final int getCount()
public final void setCount(int count)
public final void accept(PackageVisitor visitor)
accept
in class Invocation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |