|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FormalParameter
| Method Summary | |
|---|---|
java.util.Map |
getAllAttributes()
Gets all the attributes defined for this model element. |
java.lang.Object |
getAttribute(java.lang.String name)
Gets a specified attribute. |
org.eclipse.stardust.common.Direction |
getDirection()
Gets the parameter direction. |
java.lang.String |
getId()
Gets the ID of this model element. |
java.lang.String |
getName()
Gets the name of this model element. |
java.lang.String |
getTypeId()
Retrieves the type of the parameter as defined in the model. |
| Method Detail |
|---|
java.lang.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.Identifiablejava.lang.String 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()
java.lang.String getTypeId()
java.util.Map getAllAttributes()
java.lang.Object getAttribute(java.lang.String name)
name - the name of the attribute.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||