|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xtools.ras.impord.engine.tasks.AbstractImportEngineTask
Retrieves or sets the attributes for the task.
The attributes correspond to the task attributes defined in the importEngineTask extensionPoint.
Field Summary |
Fields inherited from interface com.ibm.xtools.ras.impord.engine.tasks.IImportEngineTask |
PRIORITY_MAX, PRIORITY_MIN, TYPE_EXTRACT, TYPE_FINALIZE, TYPE_INITIALIZE, TYPE_UPDATE |
Constructor Summary | |
AbstractImportEngineTask()
|
Method Summary | |
String |
getID()
Retrieves the unique identifier (ID) of the task. |
String |
getName()
Retrieves the name of the task. |
int |
getPriority()
Retrieves the priority of the task. |
String |
getProgressDescription()
Retrieves the progress description of the task. |
String |
getType()
Retrieves the type of the task. |
void |
setID(String taskID)
Sets the unique identifier (ID) of the task. |
void |
setName(String taskName)
Sets the name of the task. |
void |
setPriority(int taskPriority)
Sets the priority of the task. |
void |
setProgressDescription(String taskProgressDescription)
Sets the progress description of the task. |
void |
setType(String taskType)
Sets the type of the task. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.xtools.ras.impord.engine.tasks.IImportEngineTask |
execute |
Constructor Detail |
public AbstractImportEngineTask()
Method Detail |
public String getName()
IImportEngineTask
Retrieves the name of the task.
The name of the task corresponds to the name attribute defined
in the importEngineTask extension point. To set the name of the task,
use the setName
method.
getName
in interface IImportEngineTask
public void setName(String taskName)
IImportEngineTask
The name is called by the import framework automatically.
setName
in interface IImportEngineTask
taskName
- The name that corresponds to the name attribute in the importEngineTask extension.public String getID()
IImportEngineTask
Retrieves the unique identifier (ID) of the task.
The ID is unique, machine-generated and corresponds to the ID
attribute defined in the importEngineTask extension point.
Use the setID
method to set the task ID.
getID
in interface IImportEngineTask
public void setID(String taskID)
IImportEngineTask
The ID is called by the import framework automatically.
setID
in interface IImportEngineTask
taskID
- The task ID that corresponds to the ID attribute in the importEngineTask extension.public String getType()
IImportEngineTask
Retrieves the type of the task.
The type of task corresponds to the type
attribute defined in the importEngineTask extension point.
To set the type of the task, use the setType
method.
getType
in interface IImportEngineTask
The return values are:
public void setType(String taskType)
IImportEngineTask
The task type is called by the import framework automatically. The type of the task can have the following values:
setType
in interface IImportEngineTask
taskType
- The type of the task that corresponds to the type attribute in the importEngineTask extension.public int getPriority()
IImportEngineTask
Retrieves the priority of the task.
The priority type of the task corresponds to the priority
attribute defined in the importEngineTask extension point.
Use the setPriority
method to set the priority of the task.
getPriority
in interface IImportEngineTask
The return value has a range of 0..100.
public void setPriority(int taskPriority)
IImportEngineTask
The priority values can have a range of 0..100. It is called by the import framework automatically.
setPriority
in interface IImportEngineTask
taskPriority
- The task priority that corresponds to the priority attribute in the importEngineTask extension.public String getProgressDescription()
IImportEngineTask
Retrieves the progress description of the task.
The progress description of the task corresponds to the progress description attribute defined in the importEngineTask extension point. It is called by the import framework automatically.
getProgressDescription
in interface IImportEngineTask
public void setProgressDescription(String taskProgressDescription)
IImportEngineTask
It is called by the import framework automatically.
setProgressDescription
in interface IImportEngineTask
taskProgressDescription
- The task progress description that corresponds to the progress description attribute in the importEngineTask extension.
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.