|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProjectElement
An named element, part of a project.
This interface is not intended to be implemented by clients.
| Method Summary | |
|---|---|
Location |
getLocation()
Returns the element resource location. |
String |
getName()
Returns the element name. |
int |
getParameterCount()
Returns the number of parameters of this element. |
List<Parameter> |
getParameters()
Returns the list of parameters attached to this element. |
VisibilityKind |
getVisibility()
Returns the element visibility. |
| Method Detail |
|---|
Location getLocation()
String getName()
VisibilityKind getVisibility()
List<Parameter> getParameters()
If this element is a script or a rule, the returned list will contain instances of Parameter.
If it is a template, the returned list may contain Parameter and ModelParameter elements.
Parameter and ModelParameter elements.int getParameterCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||