|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TaskFigureContext
Context for the TaskModel IFigure.
| Method Summary | |
|---|---|
String |
getParameterTypeName()
Obtains the parameter type name. |
String |
getReturnTypeName()
Obtains the return type name. |
String |
getTaskDocumentation()
Obtains the documentation of the Task. |
String |
getTaskName()
Obtains the TaskModel name. |
boolean |
isPublic()
Indicates if the TaskModel is public. |
void |
setIsPublic(boolean isPublic)
Flags whether the TaskModel is public. |
| Method Detail |
|---|
String getTaskName()
TaskModel name.
TaskModel name.boolean isPublic()
TaskModel is public.
true if public.void setIsPublic(boolean isPublic)
TaskModel is public.
isPublic - true if to be public.String getParameterTypeName()
String getReturnTypeName()
String getTaskDocumentation()
Task.
Task.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||