|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FormalParameter
| Method Summary | |
|---|---|
Map |
getAllAttributes()
Gets all the attributes defined for this model element. |
Object |
getAttribute(String name)
Gets a specified attribute. |
String |
getDataId()
Retrieves the dataId of the data used. |
org.eclipse.stardust.common.Direction |
getDirection()
Gets the parameter direction. |
String |
getId()
Gets the ID of this model element. |
String |
getName()
Gets the name of this model element. |
String |
getTypeId()
Retrieves the type of the parameter as defined in the model. |
| Method Detail |
|---|
String getId()
Model elements such as process definitions or roles are identified by their ID. The IDs of model elements are Strings being unique inside the containing scope of the model element and the model version. The meaning of containing scope can vary for different model element types, but is usually given by the corresponding factory method.
getId in interface org.eclipse.stardust.engine.core.model.utils.IdentifiableString getName()
Model elements have names which can be used to identify them in visual user interfaces.
getName in interface org.eclipse.stardust.engine.core.model.utils.Nameableorg.eclipse.stardust.common.Direction getDirection()
String getTypeId()
String getDataId()
Map getAllAttributes()
Object getAttribute(String name)
name - the name of the attribute.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||