it.eng.qbe.wizard
Interface IWhereClause

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
WhereClauseSourceBeanImpl

public interface IWhereClause
extends java.io.Serializable

Author:
Zoppello TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 void addWhereField(IWhereField whereField)
           
 void delWhereField(IWhereField whereField)
           
 java.util.List getWhereFields()
           
 void moveDown(IWhereField whereField)
           
 void moveUp(IWhereField whereField)
           
 void setWhereFields(java.util.List aList)
           
 

Method Detail

getWhereFields

public java.util.List getWhereFields()

setWhereFields

public void setWhereFields(java.util.List aList)

addWhereField

public void addWhereField(IWhereField whereField)

delWhereField

public void delWhereField(IWhereField whereField)

moveUp

public void moveUp(IWhereField whereField)

moveDown

public void moveDown(IWhereField whereField)