org.teiid.connector.language
Interface ISetClause

All Superinterfaces:
ILanguageObject

public interface ISetClause
extends ILanguageObject


Method Summary
 IElement getSymbol()
           
 IExpression getValue()
           
 void setSymbol(IElement symbol)
           
 void setValue(IExpression value)
           
 
Methods inherited from interface org.teiid.connector.language.ILanguageObject
acceptVisitor
 

Method Detail

getSymbol

IElement getSymbol()

setSymbol

void setSymbol(IElement symbol)

getValue

IExpression getValue()

setValue

void setValue(IExpression value)


Copyright © 2009. All Rights Reserved.