net.officefloor.eclipse.skin.desk
Interface TaskFigureContext

All Known Implementing Classes:
TaskEditPart

public interface TaskFigureContext

Context for the TaskModel IFigure.

Author:
Daniel Sagenschneider

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

getTaskName

String getTaskName()
Obtains the TaskModel name.

Returns:
TaskModel name.

isPublic

boolean isPublic()
Indicates if the TaskModel is public.

Returns:
true if public.

setIsPublic

void setIsPublic(boolean isPublic)
Flags whether the TaskModel is public.

Parameters:
isPublic - true if to be public.

getParameterTypeName

String getParameterTypeName()
Obtains the parameter type name.

Returns:
Parameter type name.

getReturnTypeName

String getReturnTypeName()
Obtains the return type name.

Returns:
Return type name.

getTaskDocumentation

String getTaskDocumentation()
Obtains the documentation of the Task.

Returns:
Documentation of the Task.


Copyright © 2005-2013. All Rights Reserved.