public interface TaskFigureContext
TaskModel
IFigure
.Modifier and Type | Method and Description |
---|---|
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. |
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()
Copyright © 2005–2016. All rights reserved.