com.metamatrix.query.sql.lang
Class SetClause

java.lang.Object
  extended by com.metamatrix.query.sql.lang.SetClause
All Implemented Interfaces:
LanguageObject, java.io.Serializable, java.lang.Cloneable

public class SetClause
extends java.lang.Object
implements LanguageObject

See Also:
Serialized Form

Constructor Summary
SetClause(ElementSymbol symbol, Expression value)
           
 
Method Summary
 void acceptVisitor(LanguageVisitor visitor)
          Method for accepting a visitor.
 java.lang.Object clone()
          Implement clone to make objects cloneable.
 boolean equals(java.lang.Object obj)
           
 ElementSymbol getSymbol()
           
 Expression getValue()
           
 int hashCode()
           
 void setSymbol(ElementSymbol symbol)
           
 void setValue(Expression value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetClause

public SetClause(ElementSymbol symbol,
                 Expression value)
Method Detail

getSymbol

public ElementSymbol getSymbol()

setSymbol

public void setSymbol(ElementSymbol symbol)

getValue

public Expression getValue()

setValue

public void setValue(Expression value)

acceptVisitor

public void acceptVisitor(LanguageVisitor visitor)
Description copied from interface: LanguageObject
Method for accepting a visitor. It is the responsibility of the language object to call back on the visitor.

Specified by:
acceptVisitor in interface LanguageObject
Parameters:
visitor - Visitor being used

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

clone

public java.lang.Object clone()
Description copied from interface: LanguageObject
Implement clone to make objects cloneable.

Specified by:
clone in interface LanguageObject
Overrides:
clone in class java.lang.Object
Returns:
Deep clone of this object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2009. All Rights Reserved.