Maven module :un.api : api-task :
Class : un.api.task.AbstractTaskDescriptor
Extends/Implements : un.api.CObject un.api.task.TaskDescriptor
Subclasses : -

Abstract task descriptor.
author  Johann Sorel


Variables : INPUT, OUTPUT, id, name, description, inputType, outputType
Functions : AbstractTaskDescriptor, getId, getName, getDescription, getInputType, getOutputType, create


public Chars INPUT

public Chars OUTPUT

protected Chars id

protected CharArray name

protected CharArray description

protected ParametersType inputType

protected ParametersType outputType


public void AbstractTaskDescriptor (Chars id, CharArray name, CharArray description, ParametersType inputType, ParametersType outputType)

public Chars getId ()

public CharArray getName ()

public CharArray getDescription ()

public ParametersType getInputType ()

public ParametersType getOutputType ()

public Task create ()