org.teiid.query.sql.symbol
Class XMLAttributes

java.lang.Object
  extended by org.teiid.query.sql.symbol.XMLAttributes
All Implemented Interfaces:
Cloneable, LanguageObject

public class XMLAttributes
extends Object
implements LanguageObject

Represents XMLATTRIBUTES name value pairs


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.teiid.query.sql.LanguageObject
LanguageObject.Util
 
Constructor Summary
XMLAttributes(List<DerivedColumn> args)
           
 
Method Summary
 void acceptVisitor(LanguageVisitor visitor)
          Method for accepting a visitor.
 XMLAttributes clone()
          Implement clone to make objects cloneable.
 boolean equals(Object obj)
           
 List<DerivedColumn> getArgs()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLAttributes

public XMLAttributes(List<DerivedColumn> args)
Method Detail

getArgs

public List<DerivedColumn> getArgs()

clone

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

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 String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.