|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProjectUnitReference
A reference to a project unit (text template or rule set).
This interface is not intended to be implemented by clients.
| Method Summary | |
|---|---|
String |
getPackageName()
Returns the package name in which this unit is defined ( "com.sodius.myPackage" for example). |
int |
getParameterCount()
Returns the number of parameters declared by the element. |
String |
getQualifiedName()
Returns the fully qualified name of this unit ( "com.sodius.myPackage.MyTemplate" for example). |
VisibilityKind |
getVisibility()
Returns the unit visibility. |
| Methods inherited from interface com.sodius.mdw.core.eval.debug.ElementReference |
|---|
getName, getProject |
| Method Detail |
|---|
int getParameterCount()
String getPackageName()
"com.sodius.myPackage" for example).
String getQualifiedName()
"com.sodius.myPackage.MyTemplate" for example).
VisibilityKind getVisibility()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||