|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--xflow.common.Destination
| Field Summary | |
xflow.common.Node |
node
|
java.lang.String |
rule
|
| Constructor Summary | |
Destination(xflow.common.Node n,
java.lang.String r)
Constructor |
|
| Method Summary | |
xflow.common.Node |
getNode()
Gets a destination's node |
java.lang.String |
getRule()
Gets a destination's rule |
void |
setNode(xflow.common.Node n)
Sets a destination's node |
void |
setRule(java.lang.String r)
Sets a destination's rule |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public xflow.common.Node node
public java.lang.String rule
| Constructor Detail |
public Destination(xflow.common.Node n,
java.lang.String r)
| Method Detail |
public void setNode(xflow.common.Node n)
public xflow.common.Node getNode()
public void setRule(java.lang.String r)
public java.lang.String getRule()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||