dbXML API

com.dbxml.db.core.query.plan.logical
Class CompoundName

java.lang.Object
  extended bycom.dbxml.db.core.query.plan.QueryNode
      extended bycom.dbxml.db.core.query.plan.logical.LogicalQueryNode
          extended bycom.dbxml.db.core.query.plan.logical.CompoundName

public final class CompoundName
extends LogicalQueryNode

CompoundName


Field Summary
static CompoundName Wildcard
           
 
Constructor Summary
CompoundName(ElementName elementName, AttributeName attributeName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AttributeName getAttributeName()
           
 ElementName getElementName()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Wildcard

public static final CompoundName Wildcard
Constructor Detail

CompoundName

public CompoundName(ElementName elementName,
                    AttributeName attributeName)
Method Detail

getElementName

public ElementName getElementName()

getAttributeName

public AttributeName getAttributeName()

equals

public boolean equals(java.lang.Object obj)

dbXML API

Copyright (c) 2004 The dbXML Group