AppserverIo\Appserver\Core\Api\Node\StepNode::getType PHP Method

getType() public method

Returns the step type
public getType ( ) : string
return string The step type
    public function getType()
    {
        return $this->type;
    }