|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.syrup.helpers.TaskImpl
A generic Task implementation.
Constructor Summary | |
TaskImpl(boolean or_type,
java.lang.String function_class,
java.lang.String name,
java.lang.String description,
java.lang.String environment,
java.lang.String parameter)
Constructor for the TaskImpl object |
Method Summary | |
java.lang.String |
description()
Returns the defined description of a Task. |
java.lang.String |
environment()
Returns the logical environment of the Task. |
java.lang.String |
functionClass()
Returns the classname of the Function. |
java.lang.String |
name()
Returns the defined name of a Task. |
boolean |
orType()
Returns true if the type is OR. |
java.lang.String |
parameter()
Returns the static parameter to parameterize the Task. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TaskImpl(boolean or_type, java.lang.String function_class, java.lang.String name, java.lang.String description, java.lang.String environment, java.lang.String parameter)
or_type
- The orType attribute.function_class
- The functionClass attribute.name
- The name attribute.description
- The description attribute.environment
- The environment attribute.parameter
- The parameter attribute.Method Detail |
public java.lang.String name()
Task
name
in interface Task
public java.lang.String description()
Task
description
in interface Task
public java.lang.String environment()
Task
environment
in interface Task
public java.lang.String functionClass()
Task
functionClass
in interface Task
public boolean orType()
Task
orType
in interface Task
public java.lang.String parameter()
Task
parameter
in interface Task
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |