|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.dpml.state.ExecAction
Default implementation of delegating action.
Constructor Summary | |
ExecAction(String id)
Creation of a new exec action. |
Method Summary | |
boolean |
equals(Object other)
Compare this object to another for equality. |
String |
getID()
Return the id of the transition to apply. |
String |
getName()
Return the action name. |
int |
hashCode()
Compute the hashcode for this instance. |
String |
toString()
Return a string representation of the instance. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ExecAction(String id)
id
- operation nameMethod Detail |
public String getName()
getName
in interface Action
public String getID()
public boolean equals(Object other)
other
- the other object
public int hashCode()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |