com.softwareag.tamino.db.api.command
Interface TCommandItemVisitor

All Known Implementing Classes:
TInvocationRequestWriter.TCommandItemPairWriter

public interface TCommandItemVisitor

Defines the visitor interface for the command items.

Version:
$Revision: 1.4 $
Author:
Marcus Schreyer

Method Summary
 void visit(TCommand command)
           
 void visit(TCommandParameter commandParameter)
           
 void visit(TCommandParameterValue commandParameterValue)
           
 void visit(TCommandValue commandValue)
           
 

Method Detail

visit

void visit(TCommand command)

visit

void visit(TCommandValue commandValue)

visit

void visit(TCommandParameter commandParameter)

visit

void visit(TCommandParameterValue commandParameterValue)


Copyright (c) 2013 Software AG. All Rights Reserved.