org.teiid.query.sql.symbol
Class XMLAttributes
java.lang.Object
org.teiid.query.sql.symbol.XMLAttributes
- All Implemented Interfaces:
- java.lang.Cloneable, LanguageObject
public class XMLAttributes
- extends java.lang.Object
- implements LanguageObject
Represents XMLATTRIBUTES name value pairs
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
XMLAttributes
public XMLAttributes(java.util.List<DerivedColumn> args)
getArgs
public java.util.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 java.lang.Object
- Returns:
- Deep clone of this object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.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 java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2011. All Rights Reserved.