|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.danet.an.workflow.api.FormalParameter
This class provides a description of a formal parameter as used for workflow processes and workflow applications.
| Nested Class Summary | |
static class |
FormalParameter.Mode
Defines a class for representing priorities in a type save way. |
| Constructor Summary | |
FormalParameter(java.lang.String newId,
java.lang.String newIndex,
FormalParameter.Mode newMode,
java.lang.Object newType)
Creates a new FormalParameter. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Compare two formal parameter objects. |
int |
hashCode()
Evaluate hash code. |
java.lang.String |
id()
Return the id of the formal parameter. |
java.lang.String |
index()
Return the index of the formal parameter. |
FormalParameter.Mode |
mode()
Return the mode of the formal parameter. |
java.lang.String |
toString()
Create string representation for debugging purposes. |
java.lang.Object |
type()
Return the type of the formal parameter. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FormalParameter(java.lang.String newId,
java.lang.String newIndex,
FormalParameter.Mode newMode,
java.lang.Object newType)
FormalParameter.
newId - identifier of the formal parameter in StringnewIndex - index of the formal parameter in String. In the
1.iteration if the new Index is not null, a warning will be
generated.newMode - mode of this formal parameternewType - type of this formal parameter| Method Detail |
public java.lang.String id()
public java.lang.String index()
public FormalParameter.Mode mode()
FormalParameter.Mode of the formal parameter.public java.lang.Object type()
ProcessMgr.contextSignature.
public boolean equals(java.lang.Object obj)
obj - the object to compare with.
true if the objects are equal.public int hashCode()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||