|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.shark.api.client.wfservice.OptionInfo
public final class OptionInfo
Structure containing data relevant to one route out of activity definition.
Constructor Summary | |
---|---|
OptionInfo()
|
|
OptionInfo(WMEntity ad,
WMEntity td,
NameValue[] cntxt)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
WMEntity |
getActivityDefinitionEntity()
Returns target activity definition entity. |
NameValue[] |
getContext()
Returns context to be set to get to the activity specified by this option. |
WMEntity |
getTransitionDefinitionEntity()
Returns transition definition entity. |
void |
setActivityDefinitionEntity(WMEntity ade)
|
void |
setContext(NameValue[] context)
|
void |
setTransitionDefinitionEntity(WMEntity tde)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OptionInfo()
public OptionInfo(WMEntity ad, WMEntity td, NameValue[] cntxt)
Method Detail |
---|
public WMEntity getActivityDefinitionEntity()
public void setActivityDefinitionEntity(WMEntity ade)
public WMEntity getTransitionDefinitionEntity()
public void setTransitionDefinitionEntity(WMEntity tde)
public NameValue[] getContext()
public void setContext(NameValue[] context)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |