|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.mwe.core.WorkflowContextDefaultImpl
public class WorkflowContextDefaultImpl
Default WorkflowContext implementation.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.emf.mwe.core.WorkflowContext |
|---|
DEFAULT_SLOT |
| Constructor Summary | |
|---|---|
WorkflowContextDefaultImpl()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.String modelName)
returns the object of the given slot name. |
java.lang.String[] |
getSlotNames()
|
void |
set(java.lang.String slotName,
java.lang.Object model)
Sets the passed Model the specified slot. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkflowContextDefaultImpl()
| Method Detail |
|---|
public java.lang.Object get(java.lang.String modelName)
WorkflowContext
get in interface WorkflowContextmodelName - The slot's name.
WorkflowContext.get(String)
public void set(java.lang.String slotName,
java.lang.Object model)
WorkflowContext
set in interface WorkflowContextslotName - The slot's name.model - object to store in the slot (set null to remove
the slot)WorkflowContext.set(String, Object)public java.lang.String[] getSlotNames()
getSlotNames in interface WorkflowContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||